Require timing closure to be met before creating the bitstream

This commit is contained in:
Graham Edgecombe 2017-12-06 08:32:30 +00:00
parent 260c0429bd
commit 560f45d3ca

View file

@ -49,7 +49,7 @@ $(TIME_RPT): $(ASC_SYN) $(PCF)
$(ASC): $(ASC_SYN) progmem_syn.hex progmem.hex
icebram progmem_syn.hex progmem.hex < $< > $@
$(BIN): $(ASC)
$(BIN): $(ASC) $(TIME_RPT)
icepack $< $@
time: $(TIME_RPT)