Merge pull request #1094 from ahlyssa/main

added Zicsr (32 and 64) to run in Imperas
This commit is contained in:
David Harris 2024-11-20 19:32:15 -08:00 committed by GitHub
commit b86c62f4fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -29,6 +29,7 @@
`include "RV32ZcbZbb_coverage.svh"
`include "RV32Zcf_coverage.svh"
`include "RV32Zcd_coverage.svh"
`include "RV32Zicsr_coverage.svh"
// Privileged extensions
`include "ZicsrM_coverage.svh"

View file

@ -29,6 +29,7 @@
`include "RV64ZcbZbb_coverage.svh"
`include "RV64ZcbZba_coverage.svh"
`include "RV64Zcd_coverage.svh"
`include "RV64Zicsr_coverage.svh"
// Privileged extensions
`include "RV64VM_coverage.svh"