Skip to content

Commit

Permalink
verif: add HPDCACHE related variables in verif Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Cesar Fuguet <[email protected]>
  • Loading branch information
cfuguet committed Oct 13, 2023
1 parent f710ddb commit 0e5697c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions verif/sim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ ifndef TARGET_CFG
export TARGET_CFG = $(target)
endif

HPDCACHE_DIR ?= $(CVA6_REPO_DIR)/core/cache_subsystem/hpdcache
export HPDCACHE_DIR
HPDCACHE_TARGET_CFG ?= ${CVA6_REPO_DIR}/core/include/cva6_hpdcache_default_config_pkg.sv
export HPDCACHE_TARGET_CFG

.DEFAULT_GOAL := help

FLIST_TB := $(CVA6_TB_DIR)/Flist.cva6_tb
Expand Down

0 comments on commit 0e5697c

Please sign in to comment.