7d984d88a0
Fixed a typo.
1.2 KiB
1.2 KiB
Design tools
- The PDK for our target design is available here.
- The chipathon requires the use of open-source software (no proprietary tools)
- There are various options for design tool installation
- The JKU Docker container: GitHub link
- Conda install scripts provided by @proppy: GitHub link 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: Be sure to check the latest or recommended conda EDA release. Please refer to the conda EDA documentation.
- A number of useful pointers are also available on the SSCS OSE Webpage
- Feel free to post questions to the #ieee-sscs-dc-23 Slack channel or open Git Hub issues.