Require timing closure to be met before creating the bitstream
This commit is contained in:
parent
260c0429bd
commit
560f45d3ca
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue