Skip to content

Commit

Permalink
Added CSR coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
davidharrishmc committed Oct 26, 2024
1 parent 1c1acc4 commit e618596
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion config/rv32gc/coverage.svh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// This file is needed in the config subdirectory for each config supporting coverage.
// It defines which extensions are enabled for that config.

// Unprivileged extensions
`include "RV32I_coverage.svh"
`include "RV32M_coverage.svh"
`include "RV32F_coverage.svh"
Expand All @@ -15,4 +16,7 @@
`include "RV32Zca_coverage.svh"
`include "RV32Zcb_coverage.svh"
`include "RV32ZcbM_coverage.svh"
`include "RV32ZcbZbb_coverage.svh"
`include "RV32ZcbZbb_coverage.svh"

// Privileged extensions
`include "ZicsrM_coverage.svh"
2 changes: 1 addition & 1 deletion config/rv64gc/coverage.svh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
`include "RV64D_coverage.svh"
`include "RV64ZfhD_coverage.svh"
`include "RV64Zfh_coverage.svh"
`include "RV64VM_coverage.svh"
`include "RV64Zicond_coverage.svh"
`include "RV64Zca_coverage.svh"
`include "RV64Zcb_coverage.svh"
Expand All @@ -21,6 +20,7 @@
`include "RV64ZcbZba_coverage.svh"

// Privileged extensions
`include "RV64VM_coverage.svh"
`include "ZicsrM_coverage.svh"
// `include "RV64VM_PMP_coverage.svh"
// `include "RV64CBO_VM_coverage.svh"
Expand Down

0 comments on commit e618596

Please sign in to comment.