
Analyze setup and hold timing for synchronous paths driven by the same clock, compute data arrival and data required times, account for clock latency and skew, and verify timing safety.
Analyze setup and hold timing for a tff with start and end clocks driven by a clock divider, computing data arrival and required times to determine worst margins.
Learn to constrain a design with sta commands, define ideal and propagated clocks, and generate clocks with create_clock and create_generated_clock, setting latency, transition time, and root paths.
Use set_false_path to disable timing checks between clocks A and B. For a single path, define the start and end pins, and refine with dash through or dash from options.
Set input delay constrains timing from primary inputs to the DF inside the chip relative to the clock, enabling setup and hold checks with maximum and minimum outer logic delays.
Discover how static timing analysis uses clock creation to set up and hold margins, and how set clock groups, set false path, and multi-cycle path adjust launch and capture.
Use set_max_delay and set_min_delay commands in sta to override default margins, specify delay values between launch and capture edges, account for clock latency, and analyze behavior with negative delays.
Explore how to set input transition times and loading capacitance with set_input_transition and set_load, differentiate ports from pins, and perform timing analysis from primary inputs to outputs.
Link to FPGA synthesis example: https://www.edaplayground.com/x/u8GF
Constrain asynchronous clock domain crossings with maximum delay, clock latency, and metastability margins, addressing gray code FIFOs and multi-bit CDC data paths.
Explore on chip variation (ocv) in timing analysis, using sta models and pvt corners to evaluate setup and hold timing, including cp r and variation models.
Deepen your understanding of static timing analysis by practicing with sta tools, examining setup and hold checks, and learning to set timing constraints and perform timing signoff.
Please contact SKY (DM or E-mail to siliconthink@126.com) for special offer of $12.99 USD.
In this chapter I will introduce how to do static timing analysis for digital circuit. And give you're a synthesis example using Design Compiler from Synopsys. Detailed contents:
1: Principle of STA;
2: Basics of stander cell library;
3: Characters of clock in STA;
4: Setup/hold timing analysis for same clock;
5: Common used timing constraints;
6: Timing analysis for same clock domain (synchronous path);
7: Timing analysis for different clock domain (asynchronous path);
8: Concept of OCV;
9: Synthesis example using Design Compiler from Synopsys (including whole TCL script);
This is chapter 4 of whole Digital IC and FPGA design course.
In the whole course, I will introduce fundamentals of digital IC and FPGA design, with 12+ coding exercises and 3 course projects.
Theory part: MOS transistor -> logic cells -> arithmetic data path -> Verilog language -> common used HW function blocks and architecture -> STA -> on-chip-bus(APB/AHB-Lite/AXI4) -> low power design -> DFT -> SOC(MCU level).
Function blocks and architecture: FSM, pipeline, arbiter, CDC, sync_fifo, async_fifo, ping-pong, pipeline with control, slide window, pipeline hazard and forward path, systolic.
Project: SHA-256 algorithm with simple interface, SHA-256 with APB/AXI interface, 2D DMA controller with APB/AXI interface.
After explaining of each HW architecture, I will give you a coding exercise, with reference code. Coding difficulty will begin from several lines to fifty lines, more than 100 lines, then around 200 lines. While the final big project will be 1000+ lines.
I suppose these should be essential knowledge and skills you need master to enter this area.
I will try my best to explain what-> how-> why and encourage you to do it better in this course.
Please browse to my homepage on Udemy to obtain information about each chapter of this course.