@@ -56,8 +56,6 @@ VERBOSE :=
56
56
ITERATIONS :=
57
57
# Generator timeout limit in seconds
58
58
TIMEOUT := 1800
59
- # Privileged CSR YAML description file
60
- CSR_FILE := riscv_dv_extension/csr_description.yaml
61
59
# Pass/fail signature address at the end of test
62
60
SIGNATURE_ADDR := 8ffffffc
63
61
@@ -91,10 +89,6 @@ sim: post_compare $(if $(filter 1,$(COV)),merge_cov,)
91
89
clean :
92
90
rm -rf $(OUT-DIR )
93
91
94
- # Options used for privileged CSR test generation
95
- CSR_OPTS=--csr_yaml =${CSR_FILE} \
96
- --end_signature_addr=${SIGNATURE_ADDR}
97
-
98
92
# This is a list of directories that are automatically generated by some
99
93
# targets. To ensure the directory has been built, add a order-only dependency
100
94
# (with the pipe symbol before it) on the directory name and add the directory
@@ -188,7 +182,7 @@ ts-dirs := $(foreach ts,$(tests-and-seeds),$(RUN-DIR)/$(ts)/)
188
182
# This depends on the vendored in code in $(GEN_DIR). It also depends on the
189
183
# values of the following Makefile variables (we want to regenerate things if,
190
184
# for example, the simulator changes).
191
- instr-gen-build-var-deps := SIMULATOR CSR_OPTS SIGNATURE_ADDR
185
+ instr-gen-build-var-deps := SIMULATOR SIGNATURE_ADDR
192
186
# To achieve this variable tracking, we dump each of the variables to a Makefile
193
187
# fragment and try to load it up the next time around. This done with the
194
188
# utility function "dump-vars" at the end of the recipe.
0 commit comments