Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Open Source Environment Packages #1

Open
2 of 6 tasks
curtisma opened this issue May 26, 2022 · 3 comments
Open
2 of 6 tasks

Initial Open Source Environment Packages #1

curtisma opened this issue May 26, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@curtisma
Copy link
Contributor

curtisma commented May 26, 2022

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 curtisma added the enhancement New feature or request label May 26, 2022
@curtisma curtisma self-assigned this May 26, 2022
@curtisma
Copy link
Contributor Author

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
Copy link

proppy commented May 26, 2022

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

@curtisma
Copy link
Contributor Author

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

Awesome! I've updated that in the list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants