add fullcustom + tweak semicustom
This commit is contained in:
parent
7ad3cfc3bf
commit
ded0c16d18
1 changed files with 18 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue