Skip to content

Commit

Permalink
Added ngspice to environment.yml and PySpice to requirements.txt
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
  • Loading branch information
glatosinski committed Nov 16, 2020
1 parent 2aa2d14 commit f33e589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- pip
- yosys
- netlistsvg
- ngspice
# Packages installed from PyPI
- pip:
- -r file:requirements.txt
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ flake8
# previews.
rst_include

# the PySpice module for rendering FET bins plots
PySpice==1.4.3

# The Python API for the SkyWater PDK.
-e scripts/python-skywater-pdk

0 comments on commit f33e589

Please sign in to comment.