Add progmem_syn.hex dependency to the check target
This commit is contained in:
parent
9c8dfd1b82
commit
8e1f64eea0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -41,7 +41,7 @@ $(PLL):
|
|||
$(BLIF): $(YS) $(SRC) progmem_syn.hex
|
||||
yosys $(QUIET) -s $<
|
||||
|
||||
check: $(SRC)
|
||||
check: $(SRC) progmem_syn.hex
|
||||
iverilog -Wall -t null -g2012 `yosys-config --datdir/ice40/cells_sim.v` $(TOP).sv
|
||||
|
||||
$(ASC_SYN): $(BLIF) $(PCF)
|
||||
|
|
|
|||
Loading…
Reference in a new issue