I'm trying to run digital-inverter-openlane.ipynb with Colab notebooks. I'm encountering the following issue after modifying the config file with "CLOCK_TREE_SYNTH": true. Can anyone help me how to solve this issue?
[STEP 30]
[INFO]: Creating IR Drop Report (log: runs/RUN_2023.11.05_02.07.35/logs/signoff/30-irdrop.log)...
[WARNING]: VSRC_LOC_FILES is not defined. The IR drop analysis will run, but the values may be inaccurate.
[ERROR]: during executing openroad script /content/conda-env/share/openlane/scripts/openroad/irdrop.tcl
[ERROR]: Log: runs/RUN_2023.11.05_02.07.35/logs/signoff/30-irdrop.log
[ERROR]: Last 10 lines:
This program is licensed under the BSD-3 license. See the LICENSE file for details.
Components of this program may be licensed under more restrictive licenses which must be honored.
[INFO]: Reading ODB at '/content/runs/RUN_2023.11.05_02.07.35/results/routing/inverter.odb'…
define_corners Typical
read_liberty -corner Typical /content/conda-env/share/pdk/sky130A/libs.ref/sky130_fd_sc_hd/lib/sky130_fd_sc_hd__tt_025C_1v80.lib
Error: irdrop.tcl, 15 Traceback (most recent call last):
File "/content/conda-env/share/openlane/scripts/utils/get_default_operating_conditions.py", line 18, in <module>
from libparse import LibertyParser
ModuleNotFoundError: No module named 'libparse'
child process exited abnormally
[ERROR]: Creating issue reproducible...
I'm trying to run digital-inverter-openlane.ipynb with Colab notebooks. I'm encountering the following issue after modifying the config file with
"CLOCK_TREE_SYNTH": true
. Can anyone help me how to solve this issue?version of installed packages