| Author |
Message |
RTL2GDSII
Joined: 20 Apr 2002 Posts: 57
|
21 Jan 2003 18:28 Unit delay question ! |
|
|
|
When simulating the netlist generated by systhesis tool, there is a unit delay used in timing. What's this unit delay ? Why not just use the timing generated by wire load model ?
Thanks !
|
|
| Back to top |
|
 |
gnomix
Joined: 14 Jun 2001 Posts: 137
|
21 Jan 2003 18:42 |
|
|
|
| I don't know if I have understand correctly but the unit delay during the timing simulation can be used to verify the functional model of the netlist, all cell have a unit delay and the "path delay" don't derive of the wire load and the delay cells.
|
|
| Back to top |
|
 |
Ohh
Joined: 31 May 2001 Posts: 51
|
21 Jan 2003 20:52 |
|
|
|
| The unit delay model is usually used for functional simulation. For example, all gates are assumed to have the same delay value and all wire delays are assumed to be zero. This is useful for functional simulation. For timing simulation one usually uses other delay models for both gate delays and wire delays.
|
|
| Back to top |
|
 |