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

Create constructor installers #245

Open
proppy opened this issue Sep 27, 2022 · 7 comments · May be fixed by #247
Open

Create constructor installers #245

proppy opened this issue Sep 27, 2022 · 7 comments · May be fixed by #247

Comments

@proppy
Copy link
Contributor

proppy commented Sep 27, 2022

In order to stabilize and streamline integration with jupyter notebooks, it would be nice to provide a constructor installer for: OpenLane #244 and its dependencies.

Multiple variant of the installer could be provided for each PDKs and can be used with condacolab install_from_url function.

@proppy proppy changed the title Create constructutor installer for OpenLane + PDKs Create constructor installer for OpenLane + PDKs Sep 27, 2022
@proppy proppy linked a pull request Sep 27, 2022 that will close this issue
@proppy
Copy link
Contributor Author

proppy commented Oct 5, 2022

/cc @mithro @QuantamHD

@mithro
Copy link
Member

mithro commented Oct 15, 2022

FYI - @kgugala / @PiotrZierhoffer

@proppy
Copy link
Contributor Author

proppy commented Nov 4, 2022

https://github.com/ryanvolz/radioconda by @ryanvolz is a great example on how to ship cross-platform installer, sourcing package from multiple channels (conda-forge, dedicated), along with .lock files to allow incremental update.

We should definitly use this as a model.

@proppy proppy changed the title Create constructor installer for OpenLane + PDKs Create constructor installer Nov 4, 2022
@proppy proppy changed the title Create constructor installer Create constructor installers Nov 4, 2022
@proppy
Copy link
Contributor Author

proppy commented Nov 4, 2022

Following the discussion on ryanvolz/radioconda#39 (comment) and #193 (comment) it would seems appropriate to provide multiple variant of those installers:

  • miniconda-eda-digital-sky130 for openlane + dependencies + sky130 pdk packages from conda-eda
  • miniconda-eda-digital-gf180mcu for openlane + dependencies + gf180mcu pdk packages from conda-eda
  • miniconda-eda-analog-sky130 for magic + klayout + xschem + xyce + sky130 pdk packages from conda-eda
  • miniconda-eda-analog-gf180mcu for magic + klayout + xschem + xyce + gf180mcu pdk packages from conda-eda
  • miniforge-eda-digital-sky130 for openlane + dependencies + sky130 pdk packages from conda-forge
  • miniforge-eda-digital-gf180mcu for openlane + dependencies + gf180mcu pdk packages from conda-forge
  • miniforge-eda-analog-sky130 for magic + klayout + xschem + xyce + sky130 pdk packages from conda-forge
  • miniforge-eda-analog-gf180mcu for magic + klayout + xschem + xyce + gf180mcu pdk packages from conda-forge

@mithro
Copy link
Member

mithro commented Nov 4, 2022

It might also make sense to have packages which have all the PDKs?

@proppy
Copy link
Contributor Author

proppy commented Nov 7, 2022

It might also make sense to have packages which have all the PDKs?

  • miniconda-eda-digital for openlane + dependencies + all open source pdks packages from conda-eda
  • miniconda-eda-analog for magic + klayout + xschem + xyce + all open source pdks packages from conda-eda
  • miniforge-eda-digital for openlane + dependencies + all open source pdks packages from conda-eda
  • miniforge-eda-analog for magic + klayout + xschem + xyce + all open source pdks packages from conda-eda

@proppy
Copy link
Contributor Author

proppy commented Apr 6, 2023

@chaufe

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

Successfully merging a pull request may close this issue.

2 participants