add fullcustom + tweak semicustom

This commit is contained in:
Pierre Guillod 2023-04-10 10:17:26 +02:00
parent 7ad3cfc3bf
commit ded0c16d18
Signed by: pierre
GPG key ID: B00B454469924EDF

View file

@ -112,8 +112,24 @@
```sh
# Prepare the conda environment
conda env create --file environment.yml
conda activate freechips
cd semicustom
conda env create
conda activate semicustom
conda update --all
# Launch the jupyter notebook
jupyter notebook
```
</section>
<section data-markdown>
## Fullcustom digital design
```sh
# Prepare the conda environment
cd fullcustom
conda env create
conda activate fullcustom
conda update --all
# Launch the jupyter notebook