X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile;h=df0855a93bc98b0a7a906b34742d26c8e3d39b4b;hb=eba9336246cb6b2ec09c104a79ef43f8bfc30250;hp=7d80540cdc632d0d3582b21cb7f2b94fe80fcdea;hpb=9c2d207078b3aae663ad8506f2aae47eda26134b;p=clump.git diff --git a/Makefile b/Makefile index 7d80540..df0855a 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ -PROJ = flash -PIN_DEF = flash.pcf +PROJ = lisp_processor +PIN_DEF = lisp_processor.pcf DEVICE = hx1k all: $(PROJ).rpt $(PROJ).bin %.blif: %.v - tools/yosys/yosys -p 'synth_ice40 -top top -blif $@' $< + tools/yosys/yosys -p 'synth_ice40 -top cpu -blif $@' $< %.asc: $(PIN_DEF) %.blif tools/arachne-pnr/bin/arachne-pnr -d $(subst hx,,$(subst lp,,$(DEVICE))) -o $@ -p $^ -P tq144