From 544101c7674cdc4d7dd06d4d401a444870143d48 Mon Sep 17 00:00:00 2001 From: obijuan Date: Sat, 11 Feb 2017 11:27:31 +0100 Subject: led_on example: use instead of led_on --- icezum/led_on/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'icezum') diff --git a/icezum/led_on/Makefile b/icezum/led_on/Makefile index 8ef70dd..53f078b 100644 --- a/icezum/led_on/Makefile +++ b/icezum/led_on/Makefile @@ -6,7 +6,7 @@ all: $(PROJ).rpt $(PROJ).bin %.blif: %.vhdl ghdl -a $(PROJ).vhdl - yosys -m ../../ghdl.so -p 'ghdl led_on; synth_ice40 -blif $@' + yosys -m ../../ghdl.so -p 'ghdl $(PROJ); synth_ice40 -blif $@' ##yosys -p 'synth_ice40 -top top -blif $@' $< %.asc: $(PIN_DEF) %.blif -- cgit v1.2.3