freechips/fullcustom/README.md

19 lines
402 B
Markdown
Raw Normal View History

2023-04-10 10:16:55 +02:00
# Fullcustom analog design
## 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
2023-04-25 20:48:41 +02:00
conda env create # Fulfilled with docker build
2023-04-10 10:16:55 +02:00
conda activate fullcustom
```
## Notebook
The notebook can be openend as follows:
```sh
2023-04-25 20:48:41 +02:00
jupyter-notebook # Add `--allow-root` under docker build
2023-04-10 10:16:55 +02:00
```