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
Yvan Tortorella committed Apr 19, 2024
1 parent 019a092 commit 3524056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/axi_riscv_atomics.sv
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ module axi_riscv_atomics
.AXI_USER_ID_MSB (AXI_USER_ID_MSB),
.AXI_USER_ID_LSB (AXI_USER_ID_LSB),
.AXI_ADDR_LSB (AXI_ADDR_LSB),
.FULL_BANDWIDTH (FULL_BANDWIDTH),
.FULL_BANDWIDTH (FULL_BANDWIDTH)
) i_lrsc (
.clk_i ( clk_i ),
.rst_ni ( rst_ni ),
Expand Down
3 changes: 2 additions & 1 deletion src/axi_riscv_lrsc.sv
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,8 @@ module axi_riscv_lrsc #(
.ID_WIDTH (AXI_ID_WIDTH),
.CAPACITY (AXI_MAX_WRITE_TXNS),
.data_t (b_cmd_flat_t),
.FULL_BW (FULL_BANDWIDTH)
.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 3524056

Please sign in to comment.