From c3a2db67f47159b2177b42b25a86bac42bd02d9c Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Sat, 15 Feb 2025 19:53:02 -0800 Subject: [PATCH] Simplify coverage selection --- config/rv32gc/coverage.svh | 9 +-------- config/rv64gc/coverage.svh | 10 +--------- 2 files changed, 2 insertions(+), 17 deletions(-) diff --git a/config/rv32gc/coverage.svh b/config/rv32gc/coverage.svh index fd0dd1421..a60dbcc2f 100644 --- a/config/rv32gc/coverage.svh +++ b/config/rv32gc/coverage.svh @@ -21,22 +21,15 @@ `define ZBB_COVERAGE `define ZBC_COVERAGE `define ZBS_COVERAGE -`define ZFA_F_COVERAGE -`define ZFA_D_COVERAGE -`define ZFA_ZFH_COVERAGE -`define ZFA_ZFH_D_COVERAGE +`define ZFA_COVERAGE `define ZFH_COVERAGE -`define ZFH_D_COVERAGE // Note: Zfhmin is a subset of Zfh, so usually only one or the other would be used. When Zfhmin and D are supported, ZfhD should also be enabled `define ZFHMIN_COVERAGE -`define ZFHMIN_D_COVERAGE // Note: Zmmul is a subset of M, so usually only one or the other would be used. `define ZMMUL_COVERAGE `define ZICOND_COVERAGE `define ZCA_COVERAGE `define ZCB_COVERAGE -`define ZCB_M_COVERAGE -`define ZCB_ZBB_COVERAGE `define ZCF_COVERAGE `define ZCD_COVERAGE `define ZICSR_COVERAGE diff --git a/config/rv64gc/coverage.svh b/config/rv64gc/coverage.svh index 28090bfe1..69126b4b8 100644 --- a/config/rv64gc/coverage.svh +++ b/config/rv64gc/coverage.svh @@ -21,23 +21,15 @@ `define ZBB_COVERAGE `define ZBC_COVERAGE `define ZBS_COVERAGE -`define ZFA_F_COVERAGE -`define ZFA_D_COVERAGE -`define ZFA_ZFH_COVERAGE -`define ZFA_ZFH_D_COVERAGE +`define ZFA_COVERAGE `define ZFH_COVERAGE -`define ZFH_D_COVERAGE // Note: Zfhmin is a subset of Zfh, so usually only one or the other would be used. When Zfhmin and D are supported, ZfhD should also be enabled `define ZFHMIN_COVERAGE -`define ZFHMIN_D_COVERAGE // Note: Zmmul is a subset of M, so usually only one or the other would be used. `define ZMMUL_COVERAGE `define ZICOND_COVERAGE `define ZCA_COVERAGE `define ZCB_COVERAGE -`define ZCB_M_COVERAGE -`define ZCB_ZBB_COVERAGE -`define ZCB_ZBA_COVERAGE `define ZCD_COVERAGE `define ZICSR_COVERAGE `define ZBKB_COVERAGE