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