Skip to content

Commit 9410eb7

Browse files
committed
add sram conf, bump gemmini and radiance
1 parent 8d261ba commit 9410eb7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

common.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ $(TOP_SMEMS_CONF) $(MODEL_SMEMS_CONF) &: $(MFC_SMEMS_CONF) $(MFC_MODEL_HRCHY_JS
237237
--model-module-name $(MODEL) \
238238
--out-dut-smems-conf $(TOP_SMEMS_CONF) \
239239
--out-model-smems-conf $(MODEL_SMEMS_CONF)
240-
# for blackboxed SRAMs: define mem here and use generated module name in blackbox source
241-
-[ -f $(base_dir)/vlsi/add.mem.conf ] && cat $(base_dir)/vlsi/add.mems.conf >> $(TOP_SMEMS_CONF)
240+
# for blackboxed SRAMs: add custom.mems.conf as blackbox and use generated module name in blackbox verilog source
241+
-[ -f $(GEN_COLLATERAL_DIR)/custom.mems.conf ] && cat $(GEN_COLLATERAL_DIR)/custom.mems.conf >> $(TOP_SMEMS_CONF)
242242

243243
# This file is for simulation only. VLSI flows should replace this file with one containing hard SRAMs
244244
TOP_MACROCOMPILER_MODE ?= --mode synflops
@@ -262,7 +262,7 @@ ifneq (,$(EXT_FILELISTS))
262262
else
263263
rm -f $@
264264
endif
265-
sort -u $(sim_files) $(ALL_MODS_FILELIST) | grep -v '.*\.\(svh\|h\)$$' >> $@
265+
sort -u $(sim_files) $(ALL_MODS_FILELIST) | grep -v '.*\.\(svh\|h\|conf\)$$' >> $@
266266
echo "$(TOP_SMEMS_FILE)" >> $@
267267
echo "$(MODEL_SMEMS_FILE)" >> $@
268268

generators/rocket-chip

0 commit comments

Comments
 (0)