mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
busybear: remove now unneeded hack for fixed CSR issue
This commit is contained in:
parent
9252d08b41
commit
8d417558ae
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user