Create project
This commit is contained in:
12
init_env.sh
Normal file
12
init_env.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
export REPO_TOP=$(git rev-parse --show-toplevel)
|
||||
|
||||
module load verilator
|
||||
module load gtkwave
|
||||
module load vivado/2024.2
|
||||
|
||||
python3 -m venv .venv
|
||||
. .venv/bin/activate
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user