Skip to content

Commit 2f28987

Browse files
committed
Remove some unused variables from core_ibex Makefile
1 parent 26f824b commit 2f28987

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

dv/uvm/core_ibex/Makefile

+1-7
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ VERBOSE :=
5656
ITERATIONS :=
5757
# Generator timeout limit in seconds
5858
TIMEOUT := 1800
59-
# Privileged CSR YAML description file
60-
CSR_FILE := riscv_dv_extension/csr_description.yaml
6159
# Pass/fail signature address at the end of test
6260
SIGNATURE_ADDR := 8ffffffc
6361

@@ -91,10 +89,6 @@ sim: post_compare $(if $(filter 1,$(COV)),merge_cov,)
9189
clean:
9290
rm -rf $(OUT-DIR)
9391

94-
# Options used for privileged CSR test generation
95-
CSR_OPTS=--csr_yaml=${CSR_FILE} \
96-
--end_signature_addr=${SIGNATURE_ADDR}
97-
9892
# This is a list of directories that are automatically generated by some
9993
# targets. To ensure the directory has been built, add a order-only dependency
10094
# (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)/)
188182
# This depends on the vendored in code in $(GEN_DIR). It also depends on the
189183
# values of the following Makefile variables (we want to regenerate things if,
190184
# 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
192186
# To achieve this variable tracking, we dump each of the variables to a Makefile
193187
# fragment and try to load it up the next time around. This done with the
194188
# utility function "dump-vars" at the end of the recipe.

0 commit comments

Comments
 (0)