diff --git a/Bender.yml b/Bender.yml index 44a23dd..b20c7f5 100644 --- a/Bender.yml +++ b/Bender.yml @@ -4,7 +4,7 @@ package: dependencies: axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.35.1 } - common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.11.0 } + common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.35.0 } common_verification: { git: "https://github.com/pulp-platform/common_verification.git", version: 0.2.1 } sources: diff --git a/src/axi_riscv_lrsc.sv b/src/axi_riscv_lrsc.sv index eb75593..43ad0b0 100644 --- a/src/axi_riscv_lrsc.sv +++ b/src/axi_riscv_lrsc.sv @@ -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),