Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThis is what I think makes sense.
set_global_assignment -name PARTITION_HIERARCHY root_partition -to | -section_id Top set_global_assignment -name PARTITION_NETLIST_TYPE SOURCE -section_id Top set_global_assignment -name PARTITION_NETLIST_TYPE POST_FIT -section_id "myEnt1:umyEnt1" set_global_assignment -name PARTITION_NETLIST_TYPE POST_FIT -section_id "myEnt2:umyEnt2" set_global_assignment -name PARTITION_NETLIST_TYPE POST_FIT -section_id "myEnt1:umyEnt3" set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT -section_id "myEnt2:umyEnt2" set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT -section_id "myEnt1:umyEnt1" set_global_assignment -name PARTITION_FITTER_PRESERVATION_LEVEL PLACEMENT -section_id "myEnt3:umyEnt3" set_global_assignment -name PARTITION_HIERARCHY -to | -section_id Top set_global_assignment -name PARTITION_HIERARCHY -to "myEnt2:umyEnt2" -section_id "myEnt2:umyEnt2" set_global_assignment -name PARTITION_HIERARCHY -to "myEnt1:umyEnt1" -section_id "myEnt1:umyEnt1" set_global_assignment -name PARTITION_HIERARCHY -to "myEnt3:umyEnt3" -section_id "myEnt3:umyEnt3" set_global_assignment -name PARTITION_HIERARCHY -to "myEnt3:umyEnt3|myEnt4:umyEnt4" -section_id "myEnt4:umyEnt4" set_global_assignment -name PARTITION_NETLIST_TYPE IMPORTED -section_id "myEnt4:umyEnt4" set_global_assignment -name PARTITION_IMPORT_FILE "..\\myEnt4.qxp" -section_id "myEnt4:umyEnt4" set_global_assignment -name PARTITION_LAST_IMPORTED_FILE "..\\myEnt4.qxp" -section_id "myEnt4:umyEnt4"