Types of Synthesis #
Logical Synthesis #
Logical synthesis processes the HDL (Verilog or VHDL) design and generates gate level netlist. During this process, the compiler optimizes the design based on predefined constraints.
- Physical Aware Synthesis
Physical Aware synthesis requires additional floorplan DEF as an input. Floorplan DEF contains physical information like IO ports placements, macro placement information, blockages information and die area information. Additionally, we use RC co-efficient file as one of the inputs to compute a more accurate wire delay values compared to the WLM (Wire Load Model) method.
Advantages of Physical Aware synthesis:
-
- Better PPA (Power, Performance, Area).
- Better timing correlation with PNR.
- Better turnaround time (reduces the number of iterations).
Logic Aware Synthesis | Physical Aware Synthesis |
|
|