-
Notifications
You must be signed in to change notification settings - Fork 373
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
Error: multi_corner.tcl line 43 #2123
Comments
@fazliemre The issue reproducible is missing some files. Can you share your design configuration file? |
set ::env(RUN_LINTER) 1 set ::env(SYNTH_CLOCK_UNCERTAINTY) 0.25 set ::env(SYNTH_STRATEGY) "DELAY 1" set ::env(SYNTH_ADDER_TYPR) "YOSYS" set ::env(RUN_TAP_DECAP_INSERTION) 1 set ::env(PL_TARGET_DENSITY) 55 set ::env(RUN_CTS) 1 set ::env(ROUTING_CORES) 4 set ::env(RUN_CVC) 1 |
@fazliemre This is not a correct configuration for |
Description
Hello i have get error, when i run the flow on Openlane in STEP 2.
[ERROR]: during executing sta script /openlane/scripts/openroad/sta/multi_corner.tcl
[ERROR]: Log: designs/i2c_master_top/runs/RUN_2024.05.20_19.23.01/logs/synthesis/2-sta.log
[ERROR]: Last 10 lines:
Using 1e+03 for resistance...
Using 1e-09 for time...
Using 1e+00 for voltage...
Using 1e-03 for current...
Using 1e-09 for power...
Using 1e-06 for distance...
Reading netlist '/openlane/designs/i2c_master_top/runs/RUN_2024.05.20_19.23.01/results/synthesis/i2c_master_top.v'…
Reading design constraints file at '/openlane/designs/i2c_master_top/src/i2c_master_bit_ctrl.v /openlane/designs/i2c_master_top/src/i2c_master_defines.v /openlane/designs/i2c_master_top/src/i2c_master_top.v /openlane/designs/i2c_master_top/src/timescale.v /openlane/designs/i2c_master_top/src/i2c_master_byte_ctrl.v'…
Error: multi_corner.tcl line 43, cannot open '/openlane/designs/i2c_master_top/src/i2c_master_bit_ctrl.v /openlane/designs/i2c_master_top/src/i2c_master_defines.v /openlane/designs/i2c_master_top/src/i2c_master_top.v /openlane/designs/i2c_master_top/src/timescale.v /openlane/designs/i2c_master_top/src/i2c_master_byte_ctrl.v'.
child process exited abnormally
[ERROR]: Creating issue reproducible...
Expected Behavior
I want to pass the this step
Environment report
Reproduction material
issue_reproducible.zip
Relevant log output
The text was updated successfully, but these errors were encountered: