19 lines
362 B
Markdown
19 lines
362 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
|
|
conda update --all
|
|
```
|
|
|
|
## Notebook
|
|
|
|
The notebook can be openend as follows:
|
|
|
|
```sh
|
|
jupyter notebook
|
|
```
|