33 / 36 · 概念
Combinational delay and timing budgets
Distinguish functional simulation from timing verification.
课时内容可免费阅读,选课后可保存学习进度。
译文尚未提供,以下显示课时原文。 (English)
Learning goals
- Identify the combinational path between registers.
- Keep functional correctness separate from timing closure.
Physical circuits do not compute instantly.
After a register launches a value, it takes time to pass through logic to the next register. The input must settle before the next edge by at least the setup time.
For a simplified same-clock path, Tclk must exceed clock-to-Q + maximum combinational delay + setup + margin. Real checks also require clock skew, uncertainty, wiring and process conditions.
Check both maximum and minimum delay.
Increasing the clock period can help setup but does not solve every hold problem. Hold concerns the minimum-delay behavior near the same edge.
The provided 0/1 RTL labs are functional models. Matching waveforms do not prove that a physical chip runs at that clock speed. Timing constraints and analysis results require separate verification.
自己试试
With clock-to-Q=0.1ns, logic=0.7ns, setup=0.1ns and margin=0.1ns, what is the simple total?
阅读解释
The total is 1.0ns. This is an illustrative budget, not physical timing signoff or a guaranteed operating frequency.