Merge pull request #1099 from 10x-Engineers/rvvi_setup

Removing old code (not in use anymore)
This commit is contained in:
David Harris 2024-11-15 04:57:29 -08:00 committed by GitHub
commit d4ecaa5401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,12 +33,6 @@
`include "idv/idv.svh" `include "idv/idv.svh"
`endif `endif
`ifdef RVVI_COVERAGE
`include "RISCV_trace_data.svh"
`include "rvvicov.svh"
`include "wrapper.sv"
`endif
import cvw::*; import cvw::*;
module testbench; module testbench;
@ -973,12 +967,6 @@ test_pmp_coverage #(P) pmp_inst(clk);
/* verilator lint_on WIDTHTRUNC */ /* verilator lint_on WIDTHTRUNC */
/* verilator lint_on WIDTHEXPAND */ /* verilator lint_on WIDTHEXPAND */
`ifdef RVVI_COVERAGE
rvviTrace #(.XLEN(P.XLEN), .FLEN(P.FLEN)) rvvi();
wallyTracer #(P) wallyTracer(rvvi);
wrapper #(P) wrap(clk);
`endif
endmodule endmodule
/* verilator lint_on STMTDLY */ /* verilator lint_on STMTDLY */