Create project

This commit is contained in:
2026-04-18 18:50:18 -07:00
commit db61ca2d74
21 changed files with 1726 additions and 0 deletions

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