mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
Change spike.yaml location (#2160)
This commit is contained in:
parent
8cb7a8a4ed
commit
83191f4c3f
2 changed files with 2 additions and 2 deletions
|
@ -59,12 +59,12 @@ endif
|
|||
##############################################
|
||||
|
||||
# Set default Spike parameter file.
|
||||
spike_yaml ?= $(CVA6_REPO_DIR)/verif/spike_configs/$(target).yaml
|
||||
spike_yaml ?= $(CVA6_REPO_DIR)/config/gen_from_riscv_config/$(target)/spike/spike.yaml
|
||||
|
||||
# Set up flags for Spike solo and tandem invocations, but only if parameter file exists.
|
||||
ifneq ($(wildcard $(spike_yaml)),)
|
||||
spike_params += --yaml-param $(spike_yaml)
|
||||
spike-yaml-plusarg = +config_file=$(CVA6_REPO_DIR)/verif/spike_configs/$(target).yaml
|
||||
spike-yaml-plusarg = +config_file=$(CVA6_REPO_DIR)/config/gen_from_riscv_config/$(target)/spike/spike.yaml
|
||||
endif
|
||||
|
||||
##############################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue