RTimothyEdwards / open_pdks

PDK installer for open-source EDA tools and toolchains. Distributed with setups for the SkyWater 130nm and Global Foundries 180nm open processes.
http://opencircuitdesign.com/open_pdks
Apache License 2.0
263 stars 85 forks source link

ngspice lib files are not installed #279

Open satvikgoel950 opened 1 year ago

satvikgoel950 commented 1 year ago

I installed the open_pdk using the procedures described but in the installation folder like /lib.tech folder in missing ngspice. Please look into it. Screenshot (217)

armleo commented 1 year ago

Steps to reproduce?

Also provide outputs of df and quota

satvikgoel950 commented 1 year ago

I didnt get. Can you elaborate.

armleo commented 1 year ago

What steps did you use to install the PDK. Need full list of commands in correct order.

My suspect right now is that you ran out of space that's why I want the output of commands df and quota -s

satvikgoel950 commented 1 year ago

this is the list of commands after cloning the open_pdk from git ./configure --enable-sky130-pdk make sudo make install

here is the ouput of the the commands

  1. df command Filesystem 1K-blocks Used Available Use% Mounted on tmpfs 303508 1816 301692 1% /run /dev/sda3 50770432 34175784 13983244 71% / tmpfs 1517528 0 1517528 0% /dev/shm tmpfs 5120 4 5116 1% /run/lock /dev/sda2 524252 5364 518888 2% /boot/efi tmpfs 303504 4708 298796 2% /run/user/1000

  2. quota -s no output(previously it didnt recognised the command then i installed quota using apt-get and then no output)

armleo commented 1 year ago
  1. post the magic build log
  2. post magic building steps
  3. post the pdk build log
satvikgoel950 commented 1 year ago

i didnt build and install magic myself it was part of a automated install of many tools here is the git : https://github.com/kunalg123/vsdflow should i just reinstall magic?

satvikgoel950 commented 1 year ago

make.txt here the log file of pdk

satvikgoel950 commented 1 year ago

make.log here is the log file for magic

RTimothyEdwards commented 1 year ago

From the make.log file: make[1]: Entering directory '/home/satvik/vsdflow/magic/magic-8.1.220'

Magic version 8.1.220 is four years out of date and is not compatible with the open PDKs.

satvikgoel950 commented 1 year ago

i have reinstalled magic after cloning it from "https://github.com/RTimothyEdwards/magic" and have again tried to install open_pdk after running ./configure --enable-sky130-pdk command the result was this Screenshot (221) the result shows "configure: Tools enabled for PDK setup installation: klayout magic netgen irsim openlane qflow xschem " this also is missing ngspice please help

ChrisZonghaoLi commented 1 year ago

To enable ngspice to work with sky130 under open_pdk environment, watch this tutorial video: https://www.youtube.com/watch?v=jXmmxO8WG8s