Skip to content

Commit

Permalink
Add ID queue cut in periph atomics
Browse files Browse the repository at this point in the history
  • Loading branch information
ricted98 committed Sep 6, 2024
1 parent 689f243 commit 2ae0ed4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hw/carfield.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1904,6 +1904,7 @@ axi_riscv_atomics_structs #(
.AxiUserIdLsb ( Cfg.AxiUserAmoLsb ),
.RiscvWordWidth ( 64 ),
.NAxiCuts ( 0 ),
.CutOupPopInpGnt ( 1 ),
.axi_req_t ( carfield_axi_slv_req_t ),
.axi_rsp_t ( carfield_axi_slv_rsp_t )
) i_atomics_mbox (
Expand Down Expand Up @@ -2173,6 +2174,7 @@ if (CarfieldIslandsCfg.periph.enable) begin: gen_periph // Handle with care...
.AxiUserIdLsb ( Cfg.AxiUserAmoLsb ),
.RiscvWordWidth ( 64 ),
.NAxiCuts ( Cfg.RegAmoNumCuts ),
.CutOupPopInpGnt ( 1 ),
.axi_req_t ( carfield_axi_slv_req_t ),
.axi_rsp_t ( carfield_axi_slv_rsp_t )
) i_atomics_peripherals (
Expand Down

0 comments on commit 2ae0ed4

Please sign in to comment.