Skip to content

Commit

Permalink
treewide: Fix default num. of AXI-REALM managers and regenerate regs
Browse files Browse the repository at this point in the history
This parameter in the makefrag affects the number of registers generated
inside the AXI-REALM IP. The default value, associated with the default
configuration of Cheshire, is 6, accounting for: `core0`, `debug
module`, `dma`, `serial link`, `vga` and `usb`. Change accordingly if
the configuration changes, e.g., the number of cores or if new managers
are added.
  • Loading branch information
alex96295 committed Nov 19, 2024
1 parent a864548 commit 00d3c10
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 324 deletions.
2 changes: 1 addition & 1 deletion cheshire.mk
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $(OTPROOT)/.generated: $(CHS_ROOT)/hw/rv_plic.cfg.hjson
flock -x $@ sh -c "cp $< $(dir $@)/src/rv_plic/; $(MAKE) -j1 otp" && touch $@

# AXI RT
AXIRT_NUM_MGRS ?= 8
AXIRT_NUM_MGRS ?= 6
AXIRT_NUM_SUBS ?= 2
include $(AXIRTROOT)/axirt.mk
$(AXIRTROOT)/.generated:
Expand Down
Loading

0 comments on commit 00d3c10

Please sign in to comment.