Closed KrzysztofHerman closed 3 months ago
I "could", but I'm not sure I see the point. Wireload models are so 1990. Nothing in the openroad/openlane flows use them (after placement steiner tree based parasitics are used).
Still, if you use OpenSTA as stand-alone tool, and try to do e.g. post-syn (non-topo) STA on dumped netlist. Using matching wireload as the synthesizer makes sense IMHO...
I "could", but I'm not sure I see the point. Wireload models are so 1990. Nothing in the openroad/openlane flows use them (after placement steiner tree based parasitics are used).
Actually it is used to evaluate restructured logic and repair timings before anything is placed, see: https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/0ea230930b57a6fb517521d8c34cb3591815b596/flow/scripts/floorplan.tcl#L86
Restructure is currently disabled because it makes the netlist monotonically worse. I think we have someone looking at it now but it's been disabled for a while.
Its actually good to know that restructure is currently not supposed to be used, I was about to test if I can get some improvement out of it.
At least with the OR version I am running you can actually call the command though. If you do so with the IHP PDK then it will complain exactly about not finding the wire-load tables given in the selection (because of the lacking wire_load_table
support.
Personally I think supporting wire_load_table
may not be the top priority but it should probably still be on the list. At some point restructure will be used and then it is needed.
The only way I can see it not being useful is if you were to do a mock global-placement directly after floorplan. Then restructure and repair, delete the placement (so it can start fresh) and re-run global-placement.
This way you could just use Steiner-tree routing data instead.
The only way I can see it not being useful is if you were to do a mock global-placement directly after floorplan. Then restructure and repair, delete the placement (so it can start fresh) and re-run global-placement.
This is basically what OpenROAD-flow-scripts currently does, except it does regular resizing and rebuffering instead of restructuring.
Issues or PRs should be filed with https://github.com/parallaxsw/OpenSTA if still relevant. This is effectively a fork (though not strictly for historical reasons).
Is it possible to add support for
wire_load_table
support ? In the IHP130 OpenPDK we provide the liberty views using the following format:Since it is not supported we had to reduce the amount of information using
wire_load
format which seems to be less informative: