Timing analysis at back end requires knowledge of all clock related constraints provided at front end. When .sdc file given to physical design tool (like Astro) its first object is to remove all Wire Load Models (WLM) which are used for front end timing analysis. In backend there is no term called as wire load model. Actual delays are calculated based on the RC value of metal layers. All RC values like sidewall, junction and fringe capacitances are stored as Table Look Up (TLU) format in technology file.
In backend design hold violation has higher priority compared to setup violation because hold violation is related to data path of the design. Setup violation can be eliminated by slowing down the clock.
Placement and routing goal is always to meet timing constraints provided by the .sdc file. If latency and uncertainty are not set for clock at front end then at backend doing Clock Tree Synthesis (CTS) is not possible.
Cell delay and net delay are stored as look up table.
Cell delay consists of transition, timing arcs and capacitances while net delay is constituted by RCs only. Cell delays are available in libraries
. Net delays are specified in technology files. (In front end it is in WLM). Cell delays are fixed. Net delays are not fixed and they depend on interconnect length and width. Net delay parameters Rnet and Cnet are available as Table Look Up (TLU) provided by the vendor.
There is one more set of file TLU+ which account for Ultra Deep Sub Micron (UDSM) effects. UDSM effects are not included in TLU file. A mapping file maps TLU to TLU+. UDSM effects like Optical Proximity Correction (OPC), Resumption Enhanced Technology (RET) and Litho Compliance Check (LCC) are not taken care by Astro. For the placement stage virtual RC (based on Manhattan distance) Layout Parasitic Extraction (LPE) mode is used. For CTS real R and virtual C is used and for routing Real RC is used.
Clock definition given to SAMM in front end design flow is generated as .sdc file from Design Compiler is given below. It includes clock frequency, rise and fall time, setup and hold, skew and insertion delay.
#####################################################
# Created by Design Compiler write_sdc on Fri May 11 18:35:45 2007
#####################################################
create_clock -period 4.85 -waveform {0 2.425} [get_ports {clock}]
set_clock_transition -rise 0.04 [get_clocks {clock}]
set_clock_transition -fall 0.04 [get_clocks {clock}]
set_clock_uncertainty 0.485 -setup [get_clocks {clock}]
set_clock_uncertainty 0.27 -hold [get_clocks {clock}]
set_clock_latency 0.45 [get_clocks {clock}]
set_clock_latency -source 0.45 [get_clocks {clock}]
Related Articles
Timing Analysis in Physical Design
Subscribe to:
Post Comments (Atom)
Read More................
- Low Power Techniques (16)
- Verification (12)
- CMOS (8)
- Timing Analysis (8)
- Asynchronous FIFO (7)
- FPGA (7)
- Static Timing Analysis (STA) (7)
- 3-D ICs (6)
- ASIC (5)
- interview (5)
- low power (5)
- Leakage Power (4)
- Multi Vt (3)
- Power Planning (3)
- Reconfigurable Computing (3)
- Synthesis (3)
- Clock Tree Synthesis (CTS) (2)
- Design For Test (DFT) (2)
- Floorplanning (2)
- Libraries (2)
- Placement (2)
- SPICE (2)
- SRAM cell design (2)
- SoC Design (2)
- SoC Integration (2)
- System on Chip (2)
- AMBA AHB (1)
- AMBA APB (1)
- AMBA AXI (1)
- AMBA Bus (1)
- Clock Gating (1)
- Clock definitions (1)
- Congestion (1)
- CoreConnect Bus (1)
- DFT (1)
- DSP (1)
- DVFS (1)
- Deep Sub Micron Issues (1)
- Delays (1)
- Dynamic Power (1)
- FIR Filter (1)
- Gate Delay (1)
- Intel (1)
- Internal Power (1)
- Intrinsic Delay (1)
- Memory Design (1)
- Multi Vdd (1)
- Nangate 45nm cell libraries (1)
- Net delay (1)
- New Devices (1)
- OpenSPARC processor (1)
- PVT vs STA (1)
- Physical Design (1)
- Power Gating (1)
- Propagation delay (1)
- RTL (1)
- Routing (1)
- SDC (1)
- SRAM Chip (1)
- Short Circuit Power (1)
- Static memory design (1)
- Sub Threshold Leakage (1)
- Systolic Array (1)
- Timing paths (1)
- Transition delay (1)
- VLSI (1)
- VLSI fabrication (1)
- Verilog (1)
- Voltage Scaling (1)
- constraints (1)
- free download of processor (1)
- jitter (1)
- latency (1)
- layout (1)
- optical lithography (1)
- optimization (1)
- skew (1)
- uncerainty (1)



0 comments:
Post a Comment