Can somebody help me fix it?
# openlane
a
Can somebody help me fix it?
m
can you post the guide you are following?
and the exact instructions you are using
including how you are checking out the repo
a
one sec
Hmm... Looks like issue is not reproducible on v0.15 after i reinstalled ubuntu from scratch. I guess then the issue was on my side. Now I will try v0.22 w/ high speed std cell and will comeback with results in < 1 hour
v0.22 fails: no files matched glob pattern "/home/armleo/Desktop/sky130_test_hs/pdk_root/sky130A/libs.ref/sky130_fd_sc_hd/lef/*.lef" while executing "glob "$::env(PDK_ROOT)/$::env(PDK)/libs.ref/$::env(STD_CELL_LIBRARY)/lef/*.lef"" invoked from within "set ::env(CELLS_LEF) [glob "$::env(PDK_ROOT)/$::env(PDK)/libs.ref/$::env(STD_CELL_LIBRARY)/lef/*.lef"]" (file "/home/armleo/Desktop/sky130_test_hs/pdk_root/sky130A/libs.tech/openlane/config.tcl" line 13) invoked from within "source $pdk_config" (procedure "prep" line 129) invoked from within "prep {*}$args" (procedure "run_non_interactive_mode" line 14) invoked from within "run_non_interactive_mode {*}$argv" invoked from within "if { [info exists flags_map(-interactive)] || [info exists flags_map(-it)] } { puts_info "Running interactively" if { [info exists arg_values(-file)..." (file "./flow.tcl" line 346) Instruction: # Note: Magic is 8.3.183 from ubuntu repository git clone --branch v0.22 https://github.com/The-OpenROAD-Project/OpenLane.git export PDK_ROOT=/home/armleo/Desktop/sky130_test_hs/pdk_root export OPENLANE_ROOT=/home/armleo/Desktop/sky130_test_hs/openlane export CARAVEL_PATH=/home/armleo/Desktop/sky130_test_hs/caravel export IMAGE_NAME=efabless/openlane:v0.22 export STD_CELL_LIBRARY=sky130_fd_sc_hs cd OpenLane/ make openlane make pdk make mount # inside docker: ./flow.tcl -design spm
It's different than original issue
m
I've never tried anything further than 0.15. I would stick to that if possible
a
Okay. Understood, will continue with v0.15
m
Okay
a
Thanks a lot!
m
No problem