mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
Merge pull request #1099 from 10x-Engineers/rvvi_setup
Removing old code (not in use anymore)
This commit is contained in:
commit
d4ecaa5401
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user