freechips/semicustom/README.md
Pierre Guillod 637d19deb6
xls, fets/pdk slides
* Add XLS in semicustom part
* Add slides about MOSFETs and PDK rules
* Update readmes
2023-04-17 23:17:56 +02:00

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
```