@carsten I am working through your most recent tutorial for your course. I have everything working fine locally but, the git hub actions fail for gds and lvs
Anyone have any ideas what is happening here. I am new to using GitHub Actions so I am sure I am doing something stupid but, I can't see the error.
gds log:
Run cd work
:
note: Found Layout ../design/JNW_EX_SKY130A/JNW_EX.mag
Run export PDK_ROOT=/opt/pdk/share/pdk
test -d gds || mkdir gds
echo "load ../design/JNW_EX_SKY130A/JNW_EX.mag\ncalma write gds/JNW_EX.gds \nquit" > gds/JNW_EX.tcl
magic -noconsole -dnull gds/JNW_EX.tcl > gds/JNW_EX.log 2>&1
total 8
-rw-r--r-- 1 root root 0 Oct 26 21:34 JNW_EX.gds
-rw-r--r-- 1 root root 1037 Oct 26 21:34 JNW_EX.log
-rw-r--r-- 1 root root 74 Oct 26 21:34 JNW_EX.tcl
Error: Process completed with exit code 1.
lvs log:
magic -noconsole -dnull lvs/JNW_EX_spi.tcl > lvs/JNW_EX_spi.log 2>&1
netgen -batch lvs "lvs/JNW_EX.spi JNW_EX" "cdl/JNW_EX.spice JNW_EX" /opt/pdk/share/pdk/sky130A/libs.tech/netgen/sky130A_setup.tcl lvs/JNW_EX_lvs.log > lvs/JNW_EX_netgen_lvs.log
Error in SPICE file read: No file lvs/JNW_EX.spi
cat lvs/JNW_EX_lvs.log | ../tech/script/checklvs JNW_EX
cat: lvs/JNW_EX_lvs.log: No such file or directory
##################################
# _ _ #
# x x #
# INCORRECT | #
#
_ #
# #
##################################
Warning: Circuits do not match
Warning: Check log for details
make:
* [../tech/make/core.make
173 xlvs] Error 1
Error: Process completed with exit code 2.
https://github.com/asheldon44/jnw_ex_sky130a