-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invalid command name "partition_design" #70
Comments
@esonghori They are using an older version of the OpenROAD binary I think. OpenROAD has shifted to using new commands for partitioning 1. Alternatively, I think you can also try an older version of OpenROAD (around Jun'22) and compile from scratch. |
Thank you @luarss for the information. Do you know why they used partitioning for translating the LEF/DEF files into proto files. I don't understand why partitioning is needed for translation. |
I tried replacing the We used to have:
I tried the following command instead:
However, I get the following error in the logs:
It looks like the |
Hi @esonghori the new API assumes you have read a design either via netlist or hypergraph file. There are test cases here, hope it helps: https://github.com/The-OpenROAD-Project/OpenROAD/tree/65aff1f6e4163316511ae2a3266ca058f150c3e2/src/par/test |
hello @esonghori , i have the same problem here, is it sovled? |
@esonghori hello, read_lib is must for partiton_design |
Hi,
I am trying to use LEF/DEF to proto format code and I am getting the following error:
I am compiling openroad myself, since I get don't have python3.6 on my machine and can't use the openroad binary you provided here. I was wondering if the openroad you provided is modified, since I couldn't find any documentation for
partition_design
in openroad documentation.Thank you.
The text was updated successfully, but these errors were encountered: