Forum Discussion
AEsqu
Contributor
6 years agoQuartus prime pro 19.1 always crashes on my project using arria 10 FPGA.
Quartus prime pro 19.1 always crashes on my project using arria 10 FPGA. Quartus 13.1 on Stratix 3 FPGA has no problem with the same project (aside specific PLL/RAM/ROM,IO BUFFERS components). See ...
AEsqu
Contributor
6 years agoset min_input_delay 0
set min_output_delay 0
set_min_delay -to [get_ports *] $min_output_delay
Also makes it crash at the end of the fitter (max delay was making it crash at the end of synthesis).
Removing it too.