mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
busybear: slight testbench update
This commit is contained in:
parent
f48af209c4
commit
1a11b60664
@ -337,7 +337,7 @@ module testbench_busybear();
|
|||||||
logic [31:0] InstrMask;
|
logic [31:0] InstrMask;
|
||||||
logic forcedInstr;
|
logic forcedInstr;
|
||||||
logic [63:0] lastPCF;
|
logic [63:0] lastPCF;
|
||||||
always @(dut.PCF or dut.hart.ifu.InstrF) begin
|
always @(dut.PCF or dut.hart.ifu.InstrF or reset) begin
|
||||||
if(~HWRITE) begin
|
if(~HWRITE) begin
|
||||||
#3;
|
#3;
|
||||||
if (~reset && dut.hart.ifu.InstrF[15:0] !== {16{1'bx}}) begin
|
if (~reset && dut.hart.ifu.InstrF[15:0] !== {16{1'bx}}) begin
|
||||||
|
Loading…
Reference in New Issue
Block a user