Files
super6502/init_env.sh
Byron Lathi d9e33b65ce Update
2024-09-24 22:29:44 -07:00

20 lines
543 B
Bash

# # This stuff will install efinity per machine, per project.
# # That would be a lot of wasted storage
# ENV=".env/$HOSTNAME"
export REPO_TOP=$(git rev-parse --show-toplevel)
export KICAD8_SYMBOL_DIR=$REPO_TOP/hw/kicad_library/symbols
export KICAD8_3DMODEL_DIR=$REPO_TOP/hw/kicad_library/3dmodels
export KICAD8_FOOTPRINT_DIR=$REPO_TOP/hw/kicad_library/footprints
python3.12 -m venv .user_venv
. .user_venv/bin/activate
#module load efinity/2023.1
module load iverilog/12.0
module load gtkwave/3.3_gtk3
# pip install -r requirements.txt