freechips/semicustom/README.md

19 lines
471 B
Markdown

# 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:
```sh
conda env create # Already fulfilled under the docker build
conda activate semicustom
```
## Notebook
The notebook can be openend as follows:
```sh
jupyter-notebook # When using GNU/Linux, MacOS, WSL
jupyter-notebook --ip 0.0.0.0 --port 1853 --no-browser --allow-root
```