ASIC Block level PD flow
Since a synthesis netlist is provided to us to further start with the PD flow. Flow- 1. Design Import:- A stage where we read and required all the inputs like design-wise IPs, IP-wise IPs, Technology wise IPs, etc that we get either from the top-level designer or from the manager level. create_lib or mw_lib viz a database where it got to be saved related to our design. 2. Sanity Checks:- It possesses the design checks, timing checks, etc to verify that is their any issues occurring or not because if any kind of error or issues seen or checked over here needed to be resolved here only otherwise it may lead to problems in further steps. This sanity checks usually verify the SDC, netlist/design (as a check_netlist or check_design ), or can also be checked by report_timing also (in the sense of timing if wanted). It also checks the logical library (.lib) and Physical Library (lef) using the command check_library. (a) Netlist check- [che...