Pierre Guillod
4b8298e130
* Add Icarus Verilog exmple in semicustom * .gitignore files now ignore all files from the directory * add landsgemeinde
18 lines
343 B
Markdown
18 lines
343 B
Markdown
# Semicustom digital design
|
|
|
|
## Environment
|
|
|
|
Make sure Anaconda is installed and that you are in the `freechips/semicustom` directory. The semicustom environment can be created, updated and activated using:
|
|
|
|
```sh
|
|
conda env create
|
|
conda activate semicustom
|
|
```
|
|
|
|
## Notebook
|
|
|
|
The notebook can be openend as follows:
|
|
|
|
```sh
|
|
jupyter-notebook
|
|
```
|