Altera_Forum
Honored Contributor
9 years agoA switch to detect whether a project contains a separated design partition ?
Hi,
Quartus full compilation automatically run Partition Merge process if the project has a separated design partition. anyone know how quartus is able to determine whether the project has a separated design partition? Any switch to look for? What I'm trying to do here is to mimic Quartus full compilation process (run Partition Merge if detected the project contain separated design partition) in my regression tests...for some reasons I can't use the Quartus TCL compilation flow API. That means I need to run quartus_map quartus_fit quartus_sta .. Thanks OT