Create project

This commit is contained in:
Byron Lathi
2025-11-06 21:36:10 -08:00
commit 3aa279bc29
12 changed files with 1834 additions and 0 deletions

12
init_env.sh Normal file
View File

@@ -0,0 +1,12 @@
export REPO_TOP=$(git rev-parse --show-toplevel)
module load verilator
module load gtkwave
module load vivado/2024.2
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt