sscs-ose-chipathon.github.io/TOOLS.md

18 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

2023-02-02 16:55:38 +00:00
# Design tools
2023-02-01 20:56:18 +00:00
2023-02-01 21:10:12 +00:00
* The PDK for our target design is available [here](https://github.com/google/gf180mcu-pdk).
2023-02-01 21:08:45 +00:00
* The chipathon requires the use of open-source software (no proprietary tools)
* There are various options for design tool installation
2023-02-01 21:12:30 +00:00
* The JKU Docker container: [GitHub link](https://github.com/hpretl/iic-osic-tools)
* Conda install scripts provided by @proppy: [GitHub link](https://github.com/proppy/conda-eda/releases/)
2023-02-04 06:09:15 +00:00
You can run the installer this way:
```
curl -L -o /tmp/silicon-installer.sh https://github.com/proppy/conda-eda/releases/download/v0.0-1430-g1a959d6/mixed-signal.gf180mcuc-0-Linux-x86_64.sh
bash /tmp/silicon-installer.sh -p silicon-env -b
source silicon-env/bin/activate
```
2023-02-04 15:22:44 +00:00
**Note**: Be sure to check the latest or recommended [conda EDA release](https://github.com/proppy/conda-eda/releases/). Please refer to the [conda EDA documentation](https://hdl.github.io/conda-eda/).
2023-02-04 06:09:15 +00:00
2023-02-01 21:12:30 +00:00
* A number of useful pointers are also available on the [SSCS OSE Webpage](https://sscs-ose.github.io/)
2023-02-04 06:09:15 +00:00
* Feel free to post questions to the [#ieee-sscs-dc-23](https://join.slack.com/share/enQtNDc1MjgzMTc4NTYyMC03YTY5NjI0NGUxN2UyMjgzZmI5YTQyYTcxMzQxY2M4NjUyMTk3ODE3ZTgzNTY2ZmQ3M2Y0NjYyZDQ4NWZjYmQ5) Slack channel or open Git Hub issues.