Update TOOLS.md

This commit is contained in:
Mehdi Saligane 2023-02-04 01:09:15 -05:00 committed by GitHub
parent e56eba3c43
commit 3f302cba73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,5 +5,13 @@
* There are various options for design tool installation
* 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/)
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
```
**Note**: Make 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/).
* A number of useful pointers are also available on the [SSCS OSE Webpage](https://sscs-ose.github.io/)
* Feel free to post questions to the #ieee-sscs-dc-23 Slack channel
* Feel free to post questions to the [#ieee-sscs-dc-23](https://join.slack.com/share/enQtNDc1MjgzMTc4NTYyMC03YTY5NjI0NGUxN2UyMjgzZmI5YTQyYTcxMzQxY2M4NjUyMTk3ODE3ZTgzNTY2ZmQ3M2Y0NjYyZDQ4NWZjYmQ5) Slack channel or open Git Hub issues.