####################################################### # Second half of hierarchical place and route script # Source only after hard macros have been placed! # (Erik Brunvand 2008) ####################################################### # fix the blocks setBlockPlacementStatus -allHardMacros -status fixed saveDesign ${BASENAME}_macros.enc ;# Save the macro-placed design source pplan.tcl ;# Now create the power rings and stripes source place.tcl ;# Place the cells and optimize (pre-CTS) source cts.tcl ;# Create the clock tree, and optimize (post-CTS) source route.tcl ;# Route the design using nanoRoute source verify.tcl ;# Verify the design and produce output files exit