Added ngspice to environment.yml and PySpice to requirements.txt
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
This commit is contained in:
parent
c64020cb8b
commit
2aed534b46
|
@ -17,9 +17,11 @@ name: skywater-pdk-scripts
|
||||||
channels:
|
channels:
|
||||||
- symbiflow
|
- symbiflow
|
||||||
- defaults
|
- defaults
|
||||||
|
- conda-forge
|
||||||
dependencies:
|
dependencies:
|
||||||
- python=3.8
|
- python=3.8
|
||||||
- pip
|
- pip
|
||||||
|
- ngspice
|
||||||
# Packages installed from PyPI
|
# Packages installed from PyPI
|
||||||
- pip:
|
- pip:
|
||||||
- -r file:requirements.txt
|
- -r file:requirements.txt
|
||||||
|
|
|
@ -4,5 +4,8 @@ flake8
|
||||||
# previews.
|
# previews.
|
||||||
rst_include
|
rst_include
|
||||||
|
|
||||||
|
# the PySpice module for rendering FET bins plots
|
||||||
|
PySpice
|
||||||
|
|
||||||
# The Python API for the SkyWater PDK.
|
# The Python API for the SkyWater PDK.
|
||||||
-e scripts/python-skywater-pdk
|
-e scripts/python-skywater-pdk
|
||||||
|
|
Loading…
Reference in New Issue