freechips/semicustom/environment.yml

23 lines
529 B
YAML
Raw Normal View History

2023-04-10 10:15:08 +02:00
name: semicustom
channels:
- defaults
dependencies:
# Toolchain
- litex-hub::openlane=2023.04.07_0_gcb634fd5
- litex-hub::netgen=1.5.251_0_gd111fa0
# Process Development Kits (PDKs)
- litex-hub::open_pdks.sky130a=1.0.404_0_gbb4b48f
#- litex-hub::open_pdks.gf180mcuc=1.0.404_0_gbb4b48f
# Other dependencies
- conda-forge::fmt=8.1.1
- conda-forge::pandas=1.2.3
- conda-forge::git=2.34.1
- conda-forge::python=3.7
- conda-forge::notebook=5.7.11
- conda-forge::pip=22.3.1
- pip:
- gdstk==0.9.37
2023-04-10 10:15:08 +02:00