Skip to content

Commit 8ba9986

Browse files
committed
Fix typo in monitor WB prot
1 parent 8cdbeeb commit 8ba9986

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monitor/tests/wishbone/wishbone.prot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ prot read<DUT: WBSubordinate>(in addr: u1, out data: u32) {
103103
// Set other inputs to DontCare
104104
// Note that the waveform produced by their C++ test-bench keeps
105105
// `cyc` and `stb` high, so we don't set `cyc` and `stb` to 0 here
106-
DUT.i_cyc := 1'b1;
107-
DUT.i_stb := 1'b1;
106+
DUT.i_cyc := X;
107+
DUT.i_stb := X;
108108
DUT.i_we := X;
109109
DUT.i_addr := X;
110110

0 commit comments

Comments
 (0)