Skip to content

Commit

Permalink
LRSC: Cut critical timing violation (requires common_cells:#220).
Browse files Browse the repository at this point in the history
  • Loading branch information
micprog authored and Yvan Tortorella committed Apr 19, 2024
1 parent a1639a1 commit 307e89c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/axi_riscv_lrsc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ module axi_riscv_lrsc #(
.CAPACITY (AXI_MAX_WRITE_TXNS),
.data_t (b_cmd_flat_t),
.FULL_BW (FULL_BANDWIDTH)
.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 307e89c

Please sign in to comment.