freechips/fullcustom/README.md
Pierre Guillod 4b8298e130
simulation, slides, gitignores
* Add Icarus Verilog exmple in semicustom
* .gitignore files now ignore all files from the directory
* add landsgemeinde
2023-04-24 01:31:28 +02:00

18 lines
342 B
Markdown

# Fullcustom analog design
## Environment
Make sure Anaconda is installed and that you are in the `freechips/fullcustom` directory. The fullcustom environment can be created, updated and activated using:
```sh
conda env create
conda activate fullcustom
```
## Notebook
The notebook can be openend as follows:
```sh
jupyter-notebook
```