Pierre Guillod
637d19deb6
* Add XLS in semicustom part * Add slides about MOSFETs and PDK rules * Update readmes
18 lines
342 B
Markdown
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
|
|
```
|