mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
oops forgot to add C.BEQZ, C.BNEZ checks to busybear testbench
This commit is contained in:
parent
cbab07967a
commit
9c0580f2e1
@ -180,6 +180,8 @@ module testbench_busybear();
|
||||
16'bXXXXXXXXX1101111, // JAL
|
||||
16'bXXXXXXXXX1100111, // JALR
|
||||
16'bXXXXXXXXX1100011, // B
|
||||
16'b110XXXXXXXXXXX01, // C.BEQZ
|
||||
16'b111XXXXXXXXXXX01, // C.BNEZ
|
||||
16'b101XXXXXXXXXXX01: // C.J
|
||||
speculative = 1;
|
||||
16'b1001000000000010: // C.EBREAK:
|
||||
|
Loading…
Reference in New Issue
Block a user