Assets of the workshop about free/libre integrated circuits design.
Go to file
Pierre Guillod 1616cef7d3
clear output
2023-05-03 06:25:24 +02:00
fullcustom captions, README typos, rename 2023-05-01 18:57:12 +02:00
semicustom clear output 2023-05-03 06:25:24 +02:00
slides add references 2023-05-03 01:12:52 +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 captions, README typos, rename 2023-05-01 18:57:12 +02:00

README.md

freechips

Assets of the workshop about free/libre integrated circuits design.

Using Anaconda (GNU/Linux, MacOS, Windows Subsystem for Linux)

The toolchain was tested on the following distributions:

  • Fedora 37
  • Ubuntu 2022.04.2 LTS

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 (limited graphical support)

A container can be prepared an run using:

docker build --tag freechips https://forge.slowte.ch/workshops/freechips.git
docker run --interactive --publish 1853:1853 --tty freechips

A README.md file containing instructions for using the assets is available in each directory.