Replace top.sv with $(TOP).sv
This commit is contained in:
parent
0306c4dc72
commit
9c8dfd1b82
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -42,7 +42,7 @@ $(BLIF): $(YS) $(SRC) progmem_syn.hex
|
|||
yosys $(QUIET) -s $<
|
||||
|
||||
check: $(SRC)
|
||||
iverilog -Wall -t null -g2012 `yosys-config --datdir/ice40/cells_sim.v` top.sv
|
||||
iverilog -Wall -t null -g2012 `yosys-config --datdir/ice40/cells_sim.v` $(TOP).sv
|
||||
|
||||
$(ASC_SYN): $(BLIF) $(PCF)
|
||||
arachne-pnr $(QUIET) -d $(DEVICE) -P $(PACKAGE) -o $@ -p $(PCF) $<
|
||||
|
|
|
|||
Loading…
Reference in a new issue