Skip to content
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

make openroad able to run power.tcl in mock-array #6461

Open
oharboe opened this issue Jan 2, 2025 · 2 comments
Open

make openroad able to run power.tcl in mock-array #6461

oharboe opened this issue Jan 2, 2025 · 2 comments

Comments

@oharboe
Copy link
Collaborator

oharboe commented Jan 2, 2025

Description

untar and run https://drive.google.com/file/d/1y1PP7ZeJnzEm9BO-X5oYXjpNZO4EggWF/view?usp=sharing

power.tcl works when invoked with sta -no_init -exit power.tcl, but fails with openroad, which is surprising.

[deleted]
+ openroad -no_init -exit power.tcl
OpenROAD v2.0-17943-g06a891e4a 
Features included (+) or not (-): +GPU +GUI +Python
[deleted]
[ERROR ORD-2010] no technology has been read.
Error: power.tcl, 11 ORD-2010

Suggested Solution

Make it work with openroad as well as sta

Additional Context

No response

@maliberty
Copy link
Member

OR requires LEF and sta does not. Just load the LEF.

@oharboe
Copy link
Collaborator Author

oharboe commented Jan 3, 2025

I tried The-OpenROAD-Project/OpenROAD-flow-scripts#2651, but got:

link_design MockArray
[WARNING STA-0349] instance 'ces_0_0' not found.
[WARNING STA-0349] instance 'ces_0_1' not found.
[WARNING STA-0349] instance 'ces_0_2' not found.
[WARNING STA-0349] instance 'ces_0_3' not found.
[WARNING STA-0349] instance 'ces_0_4' not found.
[WARNING STA-0349] instance 'ces_0_5' not found.
[WARNING STA-0349] instance 'ces_0_6' not found.
[WARNING STA-0349] instance 'ces_0_7' not found.
[WARNING STA-0349] instance 'ces_1_0' not found.
[deleted]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants