We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86043ab commit c5cd4c6Copy full SHA for c5cd4c6
tang20k/scr1/ip/ahb_slave_mux/ahb_slave_mux.sv
@@ -19,7 +19,7 @@ module ahb_slave_mux
19
if (~rst_n)begin
20
local_hsel <= 2'b0;
21
end
22
- else if (htrans != 2'b0 && hsel_s != 2'b0) begin
+ else if (htrans != 2'b0 && hsel_s != 3'b0) begin
23
local_hsel <= hsel_s;
24
25
0 commit comments