initial commit
This commit is contained in:
11
init_env.sh
Normal file
11
init_env.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
module load efinity/2025.2
|
||||
Reference in New Issue
Block a user