busybear: remove now unneeded hack for fixed CSR issue

This commit is contained in:
Noah Boorstin 2021-05-01 15:16:54 -04:00
parent 9252d08b41
commit 8d417558ae

View File

@ -416,18 +416,6 @@ module testbench();
`CHECK_CSR2(STVAL, `CSRS)
`CHECK_CSR(STVEC)
//$stop;
generate
if (`BUSYBEAR == 1) begin
initial begin //this is temporary until the bug can be fixed!!!
#11130100;
force dut.hart.ieu.dp.regf.rf[5] = 64'h0000000080000004;
#100;
release dut.hart.ieu.dp.regf.rf[5];
end
end
endgenerate
logic speculative;
initial begin
speculative = 0;