Skip to content

Commit

Permalink
make_tb_path: Updated pathing to use environment variables
Browse files Browse the repository at this point in the history
Signed-off-by: Istvan-Zsolt Szekely <[email protected]>
  • Loading branch information
IstvanZsSzekely committed Nov 29, 2024
1 parent cd32db2 commit 37a5a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/make_tb_path.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
####################################################################################

# Assumes this file is in <HDL>/testbenches/scripts/make_tb_path.mk
ADI_HDL_DIR := $(subst /testbenches/scripts/make_tb_path.mk,,$(abspath $(lastword $(MAKEFILE_LIST))))
ADI_HDL_DIR := ${ADI_HDL_DIR}
HDL_LIBRARY_PATH := $(ADI_HDL_DIR)/library/
ADI_TB_DIR := $(ADI_HDL_DIR)/testbenches/
ADI_TB_DIR := ${ADI_TB_DIR}
TB_LIBRARY_PATH := $(ADI_TB_DIR)/library/

0 comments on commit 37a5a5f

Please sign in to comment.