Skip to content

Commit

Permalink
Merge pull request #857 from P-Miranda/fix-latch
Browse files Browse the repository at this point in the history
fix(misc): wrapper extmem wires, remove latch
  • Loading branch information
jjts authored Jun 20, 2024
2 parents d29e072 + 0829606 commit 61a6d7c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ module axis2axi_out #(
always @* begin
state_nxt = state;
arvalid_int = 1'b0;
araddr_int = 24'b0;
next_address = current_address;
next_length = current_length;

Expand Down

0 comments on commit 61a6d7c

Please sign in to comment.