diff options
Diffstat (limited to 'icezum/led_on/Makefile')
-rw-r--r-- | icezum/led_on/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/icezum/led_on/Makefile b/icezum/led_on/Makefile index 8ef70dd..b85feb3 100644 --- a/icezum/led_on/Makefile +++ b/icezum/led_on/Makefile @@ -6,8 +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 -p 'synth_ice40 -top top -blif $@' $< + yosys -m ../../ghdl.so -p 'ghdl $(PROJ); synth_ice40 -blif $@' %.asc: $(PIN_DEF) %.blif arachne-pnr -d $(subst hx,,$(subst lp,,$(DEVICE))) -o $@ -p $^ |