mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Removing excess code
This commit is contained in:
parent
2db536bf49
commit
ed7b616c5b
@ -28,7 +28,6 @@
|
||||
`include "config.vh"
|
||||
`include "tests.vh"
|
||||
`include "BranchPredictorType.vh"
|
||||
// `include "RV32VM_coverage copy.sv"
|
||||
|
||||
`ifdef USE_IMPERAS_DV
|
||||
`include "idv/idv.svh"
|
||||
@ -293,8 +292,7 @@ module testbench;
|
||||
# 100;
|
||||
TestBenchReset = 1'b0;
|
||||
end
|
||||
mcount u_mcounteren_checker (
|
||||
);
|
||||
|
||||
always_ff @(posedge clk)
|
||||
if (TestBenchReset) CurrState <= STATE_TESTBENCH_RESET;
|
||||
else CurrState <= NextState;
|
||||
|
Loading…
Reference in New Issue
Block a user