Skip to content

Commit

Permalink
Fix drive conflict on remap signal
Browse files Browse the repository at this point in the history
  • Loading branch information
zarubaf committed Mar 19, 2018
1 parent 65fbc3e commit 59471b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axi_id_remap.sv
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ module axi_id_remap #(
assign in.r_data = out.r_data;
assign in.r_resp = out.r_resp;
assign in.r_last = out.r_last;
assign out_r_user = in.r_user;
assign in.r_user = out.r_user;

assign in.b_resp = out.b_resp;
assign in.b_user = out.b_user;
Expand Down

0 comments on commit 59471b3

Please sign in to comment.