Skip to content

Commit

Permalink
WIP: lrsc: Cut critical timing path (requires common_cells:#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog committed Apr 18, 2024
1 parent 0ac3a78 commit dc071a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/axi_riscv_lrsc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,8 @@ module axi_riscv_lrsc #(
.ID_WIDTH (AXI_ID_WIDTH),
.CAPACITY (AXI_MAX_WRITE_TXNS),
.data_t (b_cmd_flat_t),
.FULL_BW (1'b1)
.FULL_BW (1'b1),
.CUT_OUP_POP_INP_GNT (1'b1)
) i_b_status_queue (
.clk_i (clk_i),
.rst_ni (rst_ni),
Expand Down

0 comments on commit dc071a9

Please sign in to comment.