aboutsummaryrefslogtreecommitdiffstats
path: root/mistral/delay.cc
Commit message (Collapse)AuthorAgeFilesLines
* mistral: fixes and debug infoLofty2022-03-091-0/+36
|
* mistral: Fix 'not handled in switch' compiler warninggatecat2022-02-161-1/+2
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* archapi: Use arbitrary rather than actual placement in predictDelaygatecat2021-12-191-7/+5
| | | | | | | | | | | | This makes predictDelay be based on an arbitrary belpin pair rather than a arc of a net based on cell placement. This way 'what-if' decisions can be evaluated without actually changing placement; potentially useful for parallel placement. A new helper predictArcDelay behaves like the old predictDelay to minimise the impact on existing passes; only arches need be updated. Signed-off-by: gatecat <gatecat@ds0.me>
* clangformatgatecat2021-10-111-26/+37
| | | | Signed-off-by: gatecat <gatecat@ds0.me>
* mistral: very basic timing infoLofty2021-10-101-0/+251