We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4670cf commit e4e8714Copy full SHA for e4e8714
verilog/Makefile
@@ -75,7 +75,7 @@ build/%.$(BOARD).blif: %.v build/%.d
75
$(YOSYS) $(YOSYS_OPTS) \
76
-p "verilog_defines -DBOARD_$(BOARD) -DBOARD=$(BOARD)" \
77
-p "read_verilog -noautowire $<" \
78
- -p "synth_ice40 -top -top $(TOP) -blif $@"
+ -p "synth_ice40 -top $(TOP) -blif $@"
79
80
build/%.$(BOARD).asc: build/%.$(BOARD).blif pcf/$(BOARD).pcf
81
$(PNR) -p pcf/$(BOARD).pcf $(PNR_OPTS) $< -o $@
0 commit comments