freechips/semicustom/README.md
2023-04-09 22:54:28 +02:00

19 lines
331 B
Markdown

# Semicustom digital design
## Environment
Make sure Anaconda is installed. The semicustom environment can be created, updated and activated using:
```sh
conda env create --file env-semicustom.yml
conda activate semicustom
conda update --all
```
## Notebook
The notebook can be openend as follows:
```sh
jupyter notebook
```