mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 02:05:21 +00:00
12 lines
387 B
Systemverilog
12 lines
387 B
Systemverilog
// coverage_extensions.svh
|
|
// David_Harris@hmc.edu 7 September 2024
|
|
// SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1
|
|
|
|
// 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
|
|
`include "coverage/RV32I_coverage.svh"
|
|
`include "coverage/RV32M_coverage.svh"
|