2024-09-07 19:05:48 +00:00
|
|
|
// coverage.svh
|
2024-09-07 13:14:50 +00:00
|
|
|
// 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.
|
|
|
|
|
2024-09-15 02:33:29 +00:00
|
|
|
`include "RV32I_coverage.svh"
|
|
|
|
`include "RV32M_coverage.svh"
|
|
|
|
`include "RV32F_coverage.svh"
|
2024-10-24 11:53:41 +00:00
|
|
|
`include "RV32D_coverage.svh"
|
|
|
|
`include "RV32ZfhD_coverage.svh"
|
2024-10-10 19:58:17 +00:00
|
|
|
`include "RV32Zfh_coverage.svh"
|
2024-09-15 02:33:29 +00:00
|
|
|
`include "RV32Zicond_coverage.svh"
|
2024-09-23 02:25:28 +00:00
|
|
|
`include "RV32Zca_coverage.svh"
|
2024-10-14 00:41:59 +00:00
|
|
|
`include "RV32Zcb_coverage.svh"
|
|
|
|
`include "RV32ZcbM_coverage.svh"
|
|
|
|
`include "RV32ZcbZbb_coverage.svh"
|