mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
Simplified per-config coverage statements
This commit is contained in:
parent
dc616680ba
commit
42400db9e2
@ -5,9 +5,7 @@
|
|||||||
// This file is needed in the config subdirectory for each config supporting coverage.
|
// This file is needed in the config subdirectory for each config supporting coverage.
|
||||||
// It defines which extensions are enabled for that config.
|
// It defines which extensions are enabled for that config.
|
||||||
|
|
||||||
`define COVER_RV32I
|
`include "RV32I_coverage.svh"
|
||||||
`define COVER_RV32M
|
`include "RV32M_coverage.svh"
|
||||||
`define COVER_RV32F
|
`include "RV32F_coverage.svh"
|
||||||
`include "coverage/RV32I_coverage.svh"
|
`include "RV32Zicond_coverage.svh"
|
||||||
`include "coverage/RV32M_coverage.svh"
|
|
||||||
`include "coverage/RV32F_coverage.svh"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user