Skip to content

Commit c10987b

Browse files
committed
Keep initializing regs and mems
1 parent f1d4705 commit c10987b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ YOSYS = docker $(DOCKERARGS) hdlc/yosys yosys
2323
# Default board PLL
2424
BOARD := bypass
2525
BOARDPARAMS=-board ${BOARD} -cpufreq 50000000 -invreset false
26-
CHISELPARAMS = --target:fpga -td $(generated_files) --emission-options=disableMemRandomization,disableRegisterRandomization
26+
CHISELPARAMS = --target:fpga -td $(generated_files)
27+
# CHISELPARAMS = --target:fpga -td $(generated_files) --emission-options=disableMemRandomization,disableRegisterRandomization
2728

2829
# Targets
2930
chisel: $(generated_files) ## Generates Verilog code from Chisel sources using SBT

0 commit comments

Comments
 (0)