cascode-labs / viper-forge

IC Design Package Community
https://www.cascode-labs.org/viper-forge/
MIT License
4 stars 0 forks source link

Initial Open Source Environment Packages #1

Open curtisma opened 2 years ago

curtisma commented 2 years ago

Problem Statement

We need to be able to create a conda environment for designing integrated circuits using open source tools.

Proposed Solution

The following tools and libraries should be added to conda-forge. starting with at least one layout and schematic editor.

curtisma commented 2 years ago

Here's an initial Conda environment definition file:

# opensource.yml 
# Open source Viper IC design environment
name: open_source
channels:
  - conda-forge
  - defaults
dependencies:
  - magic
proppy commented 2 years ago

looks like ngspice is already in conda-forge: https://anaconda.org/conda-forge/ngspice

curtisma commented 2 years ago

looks like ngspice is already in conda-forge: https://anaconda.org/conda-forge/ngspice

Awesome! I've updated that in the list.