hdl / conda-eda

Conda recipes for FPGA EDA tools for simulation, synthesis, place and route and bitstream generation.
https://anaconda.org/LiteX-Hub
Apache License 2.0
91 stars 27 forks source link

add skywater-pdk package #159

Closed proppy closed 2 years ago

proppy commented 2 years ago

upstream: https://github.com/google/skywater-pdk minimal recipe http://opencircuitdesign.com/open_pdks/install.html:

git clone https://github.com/google/skywater-pdk
cd skywater-pdk
git submodule init libraries/sky130_fd_io/latest
git submodule init libraries/sky130_fd_pr/latest
git submodule init libraries/sky130_fd_sc_hd/latest
git submodule init libraries/sky130_fd_sc_hvl/latest
git submodule update
make timing
proppy commented 2 years ago

Closed in favor of #160.