StefanSchippers / xschem

A schematic editor for VLSI/Asic/Analog custom designs, netlist backends for VHDL, Spice and Verilog. The tool is focused on hierarchy and parametric designs, to maximize circuit reuse.
Other
300 stars 22 forks source link

Installing ngspice _xschem and skywater130 #140

Closed Prabha1010 closed 7 months ago

Prabha1010 commented 8 months ago

I am getting this error which applying patch in Latest directory

image
Prabha1010 commented 8 months ago

And i get two different files listed one with.rej and another . acc

image
Prabha1010 commented 8 months ago

I also see that paths are not same in xschemrc file

image
Prabha1010 commented 8 months ago

And my xschem window has these layers which is entirely different from what your video says. Is it coz of earlier errors in installation?

image
StefanSchippers commented 8 months ago

You followed a very old video. Please do the steps explained here to install (in this order) magic, ngspice, open_pdks. For xschem follow the instructions here.

Prabha1010 commented 8 months ago

Thanks Stefan. But now when i followed all the steps, i get this

image image
StefanSchippers commented 8 months ago

This means that you did not install xschem from the sources and/or you have an old ubuntu xschem installation. As written in this manual page: If you install xschem from sources ensure no xschem package is already installed in your linux system. Packaged xschem versions are too old so you should remove the installed package. The command for ubuntu/Debian systems is sudo apt-get remove --purge xschem

Then install xschem following this manual page.