mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 04:54:29 +00:00
Merge pull request #952 from davidharrishmc/dev
Simplified per-config coverage statements
This commit is contained in:
commit
9312cfb507
@ -5,9 +5,7 @@
|
||||
// This file is needed in the config subdirectory for each config supporting coverage.
|
||||
// It defines which extensions are enabled for that config.
|
||||
|
||||
`define COVER_RV32I
|
||||
`define COVER_RV32M
|
||||
`define COVER_RV32F
|
||||
`include "coverage/RV32I_coverage.svh"
|
||||
`include "coverage/RV32M_coverage.svh"
|
||||
`include "coverage/RV32F_coverage.svh"
|
||||
`include "RV32I_coverage.svh"
|
||||
`include "RV32M_coverage.svh"
|
||||
`include "RV32F_coverage.svh"
|
||||
`include "RV32Zicond_coverage.svh"
|
||||
|
Loading…
Reference in New Issue
Block a user