Altera_Forum
Honored Contributor
12 years agoRegenerate All Cores in Quartus
In Xilinx EDA, you have the ability to "Regenerate All Cores" if you were to change the targeted device in your project. (more info here (http://www.xilinx.com/support/documentation/sw_manuals/xilinx13_2/pp_p_process_regenerate_all_cores.htm)) In Quartus II, is there a similar process you have to do to optimize design if I change a project device?
Specifically, I'm running a tcl script that loops through every single device in a specifically family (ex. Stratix V) and running "execute_flow -compile" with all of them. I'm using LPM_ADD_SUB IP core and basically a wrapper. I'm researching to see the placed utilization (how many LUTS, registers, DSPs used etc.) differences between all the devices within a single family. Thanks, Kevin