Assets of the workshop about free/libre integrated circuits design.
fullcustom | ||
semicustom | ||
slides | ||
Dockerfile | ||
LICENSE | ||
README.md |
freechips
Assets of the workshop about free/libre integrated circuits design.
Using Anaconda (GNU/Linux + MacOS)
The repository can be cloned using the following command:
git clone https://forge.slowte.ch/workshops/freechips.git
It contains:
- The presentation's slides (under
slides/.
) - Assets for the semicustom digital design part of the workshop (under
semicustom/.
) - Assets for the fullcustom analog design part of the workshop (under
fullcustom/.
)
A README.md
file containing instructions for using the assets is available in each directory.
Using Docker (Windows, no graphical support)
A container can be prepared an run using:
docker build --tag freechips https://forge.slowte.ch/workshops/freechips.git
docker run --interactive --tty --network=host freechips
A README.md
file containing instructions for using the assets is available in each directory.