Skip to content

Commit

Permalink
hw: Update AXI RT configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alex96295 committed Aug 16, 2023
1 parent a7574d0 commit 7135c06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hw/carfield_pkg.sv
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,10 @@ localparam cheshire_cfg_t CarfieldCfgDefault = '{
// GPIOs
GpioInputSyncs : 1,
// AXI RT
AxiRtNumPending : 16,
AxiRtWBufferDepth : 16,
AxiRtNumPending : 16,
AxiRtWBufferDepth : 16,
AxiRtNumAddrRegions : 2,
AxiRtCutPaths : 1,
// All non-set values should be zero
default: '0
};
Expand Down

0 comments on commit 7135c06

Please sign in to comment.