##################################################### # Floorplanning (Erik Brunvand, 2008) # ##################################################### puts "-------------Floorplanning---------------" # # Make a floorplan - this works fine for projects that are all # standard cells and include no blocks that need hand placement... setDrawMode fplan setFPlanRowSpacingAndType $rowgap 2 floorPlan -site core -r $aspect $usepct $coregap $coregap $coregap $coregap setRoutingStyle -top -style m fit # # Save design so far saveDesign ${BASENAME}_fplan.enc saveFPlan ${BASENAME}.fp puts "--------------Floorplanning done-----------"