Removing excess code

This commit is contained in:
Huda-10xe 2025-02-07 00:13:27 -08:00
parent 2db536bf49
commit ed7b616c5b

View File

@ -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;