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