Create project and add ip

This commit is contained in:
Byron Lathi
2025-01-26 14:24:30 -08:00
commit 38f5e138c9
10 changed files with 4306 additions and 0 deletions

11
init_env.sh Normal file
View File

@@ -0,0 +1,11 @@
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