freechips/semicustom
Pierre Guillod 967205d427
better hls example
* Add `find_max` hls example
* Add gitignores
* Make build cleaner
* Add exercises in semicustom
* Add food for brain in semicustom
2023-04-30 19:18:38 +02:00
..
build better hls example 2023-04-30 19:18:38 +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
.gitignore better hls example 2023-04-30 19:18:38 +02:00
environment.yml update semicustom environment + .gitignores 2023-04-24 20:25:21 +02:00
README.md update portability documentation 2023-04-27 00:39:00 +02:00
semicustom-inverter.ipynb better hls example 2023-04-30 19:18:38 +02:00

Semicustom 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 # Already fulfilled under the docker build
conda activate semicustom

Notebook

The notebook can be openend as follows:

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