Skip to content

Commit

Permalink
Merge pull request #1047 from coreyqh/dev
Browse files Browse the repository at this point in the history
Enabled ZfaF, ZfaD, ZfaZfh coverage
  • Loading branch information
davidharrishmc authored Oct 31, 2024
2 parents 1b2d006 + 2749249 commit aa156c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/rv32gc/coverage.svh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
`include "RV32M_coverage.svh"
`include "RV32F_coverage.svh"
`include "RV32D_coverage.svh"
`include "RV32ZfaF_coverage.svh"
`include "RV32ZfaD_coverage.svh"
`include "RV32ZfaZfh_coverage.svh"
`include "RV32ZfhD_coverage.svh"
`include "RV32Zfh_coverage.svh"
`include "RV32Zicond_coverage.svh"
Expand Down
3 changes: 3 additions & 0 deletions config/rv64gc/coverage.svh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
`include "RV64M_coverage.svh"
`include "RV64F_coverage.svh"
`include "RV64D_coverage.svh"
`include "RV64ZfaF_coverage.svh"
`include "RV32ZfaD_coverage.svh"
`include "RV32ZfaZfh_coverage.svh"
`include "RV64ZfhD_coverage.svh"
`include "RV64Zfh_coverage.svh"
`include "RV64Zicond_coverage.svh"
Expand Down

0 comments on commit aa156c2

Please sign in to comment.