initial commit

This commit is contained in:
2026-04-14 21:34:37 -07:00
commit 50f8791588
181 changed files with 344781 additions and 0 deletions

11
init_env.sh Normal file
View 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