Hi, can someone point me to a guide on how to conf...
# xschem
f
Hi, can someone point me to a guide on how to configure sky130 for xschem windows version? Don't think xschem windows comes with sky130 lib configured but please comment in case i have missed it.
b
I can share the steps I took to install using Ubuntu through Windows Subsystem for Linux. Is that what you're looking for? Or a native Windows installation?
f
Thanks for offering help. I'm using native windows installation.
@Brady Etz, can you please share the steps you took to install xschem using Ubuntu through Windows Subsystem?
b
If you don't have WSL installed, you can use the
wsl --install
command in PowerShell. It defaults to Ubuntu. You will need to pick a username and password to use for WSL, but it will keep you logged in most of the time. I copied a snippet below that I used when setting it up, and I've had minimal problems. I haven't converted this into a shell script, but you could if desired. I like seeing the results step-by-step.
👍 1