freechips/semicustom
2023-04-25 20:48:41 +02:00
..
svg update semicustom environment + .gitignores 2023-04-24 20:25:21 +02:00
tb update semicustom environment + .gitignores 2023-04-24 20:25:21 +02:00
v update semicustom environment + .gitignores 2023-04-24 20:25:21 +02:00
xls update semicustom environment + .gitignores 2023-04-24 20:25:21 +02:00
environment.yml update semicustom environment + .gitignores 2023-04-24 20:25:21 +02:00
README.md update READMEs for docker 2023-04-25 20:48:41 +02:00
semicustom-inverter.ipynb simulation, slides, gitignores 2023-04-24 01:31:28 +02:00

Semicustom digital design

Environment

Make sure Anaconda is installed and that you are in the semicustom directory. The semicustom environment can be created, updated and activated using:

conda env create # Fulfilled under docker build
conda activate semicustom

Notebook

The notebook can be openend as follows:

jupyter-notebook # Add `--allow-root` under docker build