Add progmem_syn.hex dependency to the check target

This commit is contained in:
Graham Edgecombe 2017-12-10 09:25:37 +00:00
parent 9c8dfd1b82
commit 8e1f64eea0

View file

@ -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)