Merge pull request #955 from davidharrishmc/dev

Updated rv64gc coverage file to new path
This commit is contained in:
Jordan Carlin 2024-09-18 08:23:43 -07:00 committed by GitHub
commit 1ec880cdab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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_RV64I
`define COVER_RV64M
`define COVER_RV64F
`include "coverage/RV64I_coverage.svh"
`include "coverage/RV64M_coverage.svh"
`include "coverage/RV64F_coverage.svh"
`include "RV64I_coverage.svh"
`include "RV64M_coverage.svh"
`include "RV64F_coverage.svh"
`include "RV64Zicond_coverage.svh"