freechips/semicustom/README.md

20 lines
471 B
Markdown
Raw Normal View History

2023-04-27 00:39:00 +02:00
# Semicustom design
2023-04-09 22:43:22 +02:00
## Environment
2023-04-25 20:48:41 +02:00
Make sure Anaconda is installed and that you are in the `semicustom` directory. The semicustom environment can be created, updated and activated using:
2023-04-09 22:43:22 +02:00
```sh
2023-04-27 00:39:00 +02:00
conda env create # Already fulfilled under the docker build
2023-04-09 22:49:37 +02:00
conda activate semicustom
2023-04-09 22:43:22 +02:00
```
2023-04-09 22:54:28 +02:00
## Notebook
The notebook can be openend as follows:
```sh
2023-04-27 00:39:00 +02:00
jupyter-notebook # When using GNU/Linux, MacOS, WSL
jupyter-notebook --ip 0.0.0.0 --port 1853 --no-browser --allow-root
```