ah that's because you're system misses tcllib
# gf180mcu
p
ah that's because you're system misses tcllib
v
Installed path in my machine is
/usr/share/tcl8.5/tcllib-1.14
. How to point this?
p
You set
TCLLIBPATH
v
Update
silicon-env/share/openlane/install/env.tcl
with my above
tcllib
path works.
Thanks for sharing
able to run
spm
design
p
it will take a few minutes to generate a new installer :)
https://github.com/proppy/conda-eda/releases/download/v0.0-1403-ga3008a5/openlane-gf180mcuc-0-Linux-x86_64.sh is the updated version that should find your path by default (without modifying env.tcl)
v
For uninstall just removing
silicon-env
is enough right?
p
yes
v
👍