Add REPO_TOP env var

This commit is contained in:
Byron Lathi
2023-09-24 10:34:07 -07:00
parent 9bd031e35e
commit 3fcfa4d3ac
3 changed files with 7 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ NAME=bios
BIN=$(NAME).bin
HEX=$(NAME).hex
FPGA_IMG=../../hw/efinix_fpga/init_hex.mem
FPGA_IMG=$(REPO_TOP)/hw/efinix_fpga/init_hex.mem
EFX_RUN=/home/byron/Software/efinity/2023.1/scripts/efx_run.py
EFX_PRJ=/home/byron/Projects/super6502/hw/efinix_fpga/super6502.xml