freechips/fullcustom/README.md

20 lines
451 B
Markdown
Raw Normal View History

2023-04-27 00:39:00 +02:00
# Fullcustom design
2023-04-10 10:16:55 +02:00
## Environment
2023-04-25 20:48:41 +02:00
Make sure Anaconda is installed and that you are in the `fullcustom` directory. The fullcustom environment can be created, updated and activated using:
2023-04-10 10:16:55 +02:00
```sh
conda env create # Not for Docker
2023-04-10 10:16:55 +02:00
conda activate fullcustom
```
## Notebook
The notebook can be openend as follows:
```sh
jupyter-notebook # For GNU/Linux, MacOS, WSL
jupyter-notebook --ip 0.0.0.0 --port 1853 --no-browser --allow-root # For Docker
2023-04-10 10:16:55 +02:00
```