2023-04-09 22:27:56 +02:00
|
|
|
# freechips
|
|
|
|
|
2023-04-17 23:43:02 +02:00
|
|
|
Assets of the workshop about free/libre integrated circuits design.
|
|
|
|
|
2023-04-27 00:39:00 +02:00
|
|
|
## Using Anaconda (GNU/Linux, MacOS, Windows Subsystem for Linux)
|
|
|
|
|
|
|
|
The toolchain was tested on the following distributions:
|
|
|
|
|
|
|
|
* Fedora 37
|
|
|
|
* Ubuntu 2022.04.2 LTS
|
2023-04-25 20:48:41 +02:00
|
|
|
|
2023-04-17 23:43:02 +02:00
|
|
|
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/.`)
|
|
|
|
|
2023-04-25 20:48:41 +02:00
|
|
|
A `README.md` file containing instructions for using the assets is available in each directory.
|
|
|
|
|
2023-04-27 00:39:00 +02:00
|
|
|
## Using Docker (limited graphical support)
|
2023-04-25 20:48:41 +02:00
|
|
|
|
|
|
|
A container can be prepared an run using:
|
|
|
|
|
|
|
|
```
|
|
|
|
docker build --tag freechips https://forge.slowte.ch/workshops/freechips.git
|
2023-05-01 18:57:12 +02:00
|
|
|
docker run --interactive --publish 1853:1853 --tty freechips
|
2023-04-25 20:48:41 +02:00
|
|
|
```
|
|
|
|
|
2023-04-17 23:43:02 +02:00
|
|
|
A `README.md` file containing instructions for using the assets is available in each directory.
|