Open onomaruko opened 5 months ago
You can use CACHED_NETLIST
@maliberty
Seems document not updated here: https://openroad-flow-scripts.readthedocs.io/en/latest/user/FlowVariables.html#synthesis for CACHED_NETLIST
usage.
Thank you. Can I see the CACHED_NETLIST usage documents? Also, If I can also use placed def for following router.
Here is an example of the usage: https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/26998c027e5b2e006c5087f60898eeccb324fd03/flow/designs/gf12/ca53/config.mk#L7 You just point to a gate-level .v file.
For a placed DEF you'll need to skip a lot of flow steps. It would be easier to just write a small script to run those steps.
Thank you.
I will try.
N.Ono
From: Matt Liberty @.> Sent: Wednesday, June 5, 2024 2:00 PM To: The-OpenROAD-Project/OpenROAD-flow-scripts @.> Cc: onomaruko @.>; Author @.> Subject: Re: [The-OpenROAD-Project/OpenROAD-flow-scripts] Could I have an idea how to start from Gatenetlsit in Openroad-flow-script? (Issue #2039)
Here is an example of the usage: https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/blob/26998c027e5b2e006c5087f60898eeccb324fd03/flow/designs/gf12/ca53/config.mk#L7 You just point to a gate-level .v file.
For a placed DEF you'll need to skip a lot of flow steps. It would be easier to just write a small script to run those steps.
— Reply to this email directly, view it on GitHub https://github.com/The-OpenROAD-Project/OpenROAD-flow-scripts/issues/2039#issuecomment-2148858096 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AJOZHUWCTNUKPCJBLFFLLCLZF2LOPAVCNFSM6AAAAABIR3UW6GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBYHA2TQMBZGY . You are receiving this because you authored the thread. https://github.com/notifications/beacon/AJOZHUUZYNFFLEWDLF3Y36LZF2LOPA5CNFSM6AAAAABIR3UW6GWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTUACT4PA.gif Message ID: @. @.> >
Subject
[Documentation] for documentation errors.
Describe the bug
I would like to start from Hierarchical gate netlist DEF/LEF/.lib in openroad-flow-script environment.
Expected Behavior
Start from floorpan placemnet router to GDS out with Makfile. I may need to add config in Platform and Design also.
Environment
To Reproduce
This is not bug
Relevant log output
No response
Screenshots
No response
Additional Context
No response