idea-fasoc / OpenFASOC

Fully Open Source FASOC generators built on top of open-source EDA tools
https://openfasoc.readthedocs.io
Apache License 2.0
216 stars 90 forks source link

add glayout install test script #305

Closed chetanyagoyal closed 3 weeks ago

chetanyagoyal commented 3 weeks ago

adds a glayout install test script that

  1. checks python version
  2. checks magic, netgen, ngspice installs
  3. checks pip requirements
  4. checks conda install with pdk_root and pdk dirs
  5. places an nmos component and runs LVS
chetanyagoyal commented 3 weeks ago

@msaligane

msaligane commented 3 weeks ago

can you add some comments in the file

chetanyagoyal commented 3 weeks ago

can you add some comments in the file

i will do this and commit in a bit edit: @msaligane added docstrings and comments