Tim Edwards I am getting a build failure with the ...
# analog-design
w
Tim Edwards I am getting a build failure with the latest version of openpdks
Copy code
IndexError: list index out of range
# Install OSU T18 ls digital standard cells.
set -f ; ../common/foundry_install.py -std_format -source  -target /home/wbraun/projects/asic/open_pdks/sky130/sky130A \
	-techlef sky130_osu_sc_18T.tlef rename=sky130_osc_sc_18t_ls.tlef \
	-spice 18T_ls/cdl/*.spice compile-only exclude=*.*.spice \
	-lef 18T_ls/lef/*.lef \
	-lib 18T_ls/lib/*.lib \
	-gds 18T_ls/gds/*.gds compile-only \
		options=custom/scripts/gds_import_setup.tcl \
	-library digital sky130_osu_sc_18t_ls 2>&1 | tee -a sky130A_make.log
Traceback (most recent call last):
  File "../common/foundry_install.py", line 430, in <module>
    sourcedir = option[1]
IndexError: list index out of range
Edit: Ahh, I see. This seems to be just an issue generating the OSU stuff and is not a fatal error. Everything else seems to have built correctly.
t
The "make" process needs cleaning up, for sure.