You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/extension/types_/axi_/slave_readwrite_lite_simultaneous/test_types_axi_slave_readwrite_lite_simultaneous.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -272,10 +272,10 @@
272
272
if(__axi_cond_5_1) begin
273
273
_axi_wvalid <= 0;
274
274
end
275
-
if(_axi_awvalid && _axi_awready && !(_axi_bvalid && _axi_bready)) begin
275
+
if(_axi_wvalid && _axi_wready && !(_axi_bvalid && _axi_bready)) begin
0 commit comments