Placement stage : Introduction
Hi All, I hope so far you have gone through all steps of ASIC Design flow before placement stages and ready to deep dive into placement. In this post, I will give basic introduction about placement optimization. Before starting Placement stage, Below are the assumptions: Floorplan size is reasonable with adequate initial utilization numbers all IO ports are placed as expected and marked as Fixed all Placement blockages from FullChip (based on top-down approach) perspective is already there in floorplan Macros are placed and marked as Fixed Design is Single power domain Power-Grid pre routed Introduction to Placement stage In ASIC Physical design flow, goal of Placement is to place the standard cells(stdcell) in Core area which is further divided into stdcell rows. each standard cell must be placed on legal site rows such that it meets Timing and efficient routing. Thus "Placement" stage is key factor in ASIC Design Flow for achieving better PPA by optimizing area...