Skip to content

Commit e4e8714

Browse files
committed
Fix TOP
1 parent f4670cf commit e4e8714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verilog/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ build/%.$(BOARD).blif: %.v build/%.d
7575
$(YOSYS) $(YOSYS_OPTS) \
7676
-p "verilog_defines -DBOARD_$(BOARD) -DBOARD=$(BOARD)" \
7777
-p "read_verilog -noautowire $<" \
78-
-p "synth_ice40 -top -top $(TOP) -blif $@"
78+
-p "synth_ice40 -top $(TOP) -blif $@"
7979

8080
build/%.$(BOARD).asc: build/%.$(BOARD).blif pcf/$(BOARD).pcf
8181
$(PNR) -p pcf/$(BOARD).pcf $(PNR_OPTS) $< -o $@

0 commit comments

Comments
 (0)