Skip to content

Commit 62a2f3a

Browse files
committed
[BUILD]: add zoix build and update CLINTCORES
1 parent e34c266 commit 62a2f3a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

cheshire.mk

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ CHS_PEAKRDL_DEFINES := -D CHS_DRAM
103103

104104
include $(CHS_ROOT)/sw/sw.mk
105105

106+
##############
107+
# Build ZOIX #
108+
##############
109+
110+
include $(CHS_ROOT)/target/zoix/zoix.mk
111+
106112
###############
107113
# Generate HW #
108114
###############
@@ -116,7 +122,7 @@ $(CHS_ROOT)/hw/cheshire_addrmap_pkg.sv: $(CHS_ROOT)/hw/cheshire.rdl $(CHS_SLINK_
116122
$(PEAKRDL) raw-header $< --format svpkg --no-prefix $(CHS_PEAKRDL_INCLUDES) $(CHS_PEAKRDL_PARAMS) $(CHS_PEAKRDL_DEFINES) --license-str $$'Copyright 2025 ETH Zurich and University of Bologna.\nSolderpad Hardware License, Version 0.51, see LICENSE for details.\nSPDX-License-Identifier: SHL-0.51' -o $@
117123

118124
# CLINT
119-
CLINTCORES ?= 1
125+
CLINTCORES ?= 2
120126
include $(CLINTROOT)/clint.mk
121127
$(CLINTROOT)/.generated:
122128
flock -x $@ $(MAKE) clint && touch $@

0 commit comments

Comments
 (0)