freechips/fullcustom
Pierre Guillod a1bacf9623
captions, README typos, rename
* Notebook names and titles were out of date
* Add captions to workflow diagrms
* Fix READMEs (setup flows)
* Fix READMEs extracts in slides (cf. above)
2023-05-01 18:57:12 +02:00
..
cad update semicustom environment + .gitignores 2023-04-24 20:25:21 +02:00
.gitignore better hls example 2023-04-30 19:18:38 +02:00
environment.yml redraw inv, add schematic, lvs 2023-04-15 18:24:34 +02:00
fullcustom.ipynb captions, README typos, rename 2023-05-01 18:57:12 +02:00
README.md captions, README typos, rename 2023-05-01 18:57:12 +02:00

Fullcustom design

Environment

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

conda env create # Not for Docker
conda activate fullcustom

Notebook

The notebook can be openend as follows:

jupyter-notebook # For GNU/Linux, MacOS, WSL
jupyter-notebook --ip 0.0.0.0 --port 1853 --no-browser --allow-root # For Docker