Add basic repo
This commit is contained in:
11
init_env.sh
Normal file
11
init_env.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
PYTHON=python3.13
|
||||
|
||||
module load verilator
|
||||
module load efinity/2025.1
|
||||
|
||||
$PYTHON -m venv .venv/${HOSTNAME}
|
||||
source .venv/${HOSTNAME}/bin/activate
|
||||
|
||||
pip install -r requirements.txt
|
||||
|
||||
export TOP_DIR=$(git rev-parse --show-toplevel)
|
||||
Reference in New Issue
Block a user