Skip to content

Commit

Permalink
set rresp to OKAY by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jfornt-bsc committed Apr 16, 2024
1 parent 2b90aa9 commit c77832c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RTL/src/axi/axi_lite_2ram.sv
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ module axi_lite_2ram #(
// Default R channel throws an error.
r_chan = r_chan_lite_t'{
data: axi_data_t'(32'hBA5E1E55),
resp: axi_pkg::RESP_SLVERR,
resp: axi_pkg::RESP_OKAY,
default: '0
};

Expand Down

0 comments on commit c77832c

Please sign in to comment.