geochip / vkr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies

Create a python virtual environment with venv.

python -m venv .venv/

Activate the virtual environment.

source .venv/bin/activate

Install the ipython notebook dependencies.

pip install -r notebook/requirements.txt

Install the verilog_to_txt dependencies.

pip install -r verilog_to_txt/requirements.txt

About


Languages

Language:Jupyter Notebook 93.1%Language:Python 6.9%