Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.14 KB

File metadata and controls

30 lines (18 loc) · 1.14 KB

Timing

Analysis of how fast the circuit can be clocked and still work properly.

Overlaps with power dissipation, which is the current limiting factor: if you turn the clock up too high, the circuit overheats and fails.

https://en.wikipedia.org/wiki/Static_timing_analysis

https://en.wikipedia.org/wiki/Dynamic_timing_verification

http://web.stanford.edu/class/ee183/handouts_spr2003/lecture5_spring2003.pdf mentions that the main delay factors are:

Delay

Fundamental analysis of how fast clock the circuit can operate under.

SDF

https://en.wikipedia.org/wiki/Standard_Delay_Format

http://www.asic-world.com/verilog/gate1.html says a gate level representation is the most common case for an SDF simulation.