Commit af55d41
committed
rsz: Fix ideal clock handling in driver delay modeling
In buffering, when modeling the driver delay change due to a changed
load, if the driver arc goes from a clock pin to a register output pin,
make the change to consider an idealized clock arrival on the clock pin
instead of looking up the arrival value on the vertex.
For arcs going from an ideal clock pin we already override the slew
(via the helper `graph_delay_calc_->edgeFromSlew()`), but an arrival
override was missing until now.
Signed-off-by: Martin Povišer <[email protected]>1 parent 13b29fb commit af55d41
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
241 | 242 | | |
242 | 243 | | |
243 | 244 | | |
244 | | - | |
245 | | - | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
246 | 251 | | |
247 | 252 | | |
248 | 253 | | |
| |||
0 commit comments