Assets of the workshop about free/libre integrated circuits design.
Find a file
2023-04-25 20:48:41 +02:00
fullcustom update READMEs for docker 2023-04-25 20:48:41 +02:00
semicustom update READMEs for docker 2023-04-25 20:48:41 +02:00
slides simulation, slides, gitignores 2023-04-24 01:31:28 +02:00
Dockerfile add Dockerfile 2023-04-24 22:57:21 +02:00
LICENSE Initial commit 2023-04-09 22:27:56 +02:00
README.md update READMEs for docker 2023-04-25 20:48:41 +02:00

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.