We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d4705 commit c10987bCopy full SHA for c10987b
Makefile
@@ -23,7 +23,8 @@ YOSYS = docker $(DOCKERARGS) hdlc/yosys yosys
23
# Default board PLL
24
BOARD := bypass
25
BOARDPARAMS=-board ${BOARD} -cpufreq 50000000 -invreset false
26
-CHISELPARAMS = --target:fpga -td $(generated_files) --emission-options=disableMemRandomization,disableRegisterRandomization
+CHISELPARAMS = --target:fpga -td $(generated_files)
27
+# CHISELPARAMS = --target:fpga -td $(generated_files) --emission-options=disableMemRandomization,disableRegisterRandomization
28
29
# Targets
30
chisel: $(generated_files) ## Generates Verilog code from Chisel sources using SBT
0 commit comments