Revert "Re-instate an 0x in dv/uvm/core_ibex/Makefile"

This reverts commit c32a088f0c.

The bug fixed by this was also fixed in riscv-dv leading to two 0x being
inserted into generated .S files.

Fixes #661
This commit is contained in:
Greg Chadwick 2020-03-06 13:37:04 +00:00
parent 11a5fc24d4
commit e4b8851b4b

View file

@ -106,7 +106,7 @@ TEST_OPTS := $(COMMON_OPTS) \
# Options used for privileged CSR test generation
CSR_OPTS=--csr_yaml=${CSR_FILE} \
--isa="${ISA}" \
--end_signature_addr=0x${SIGNATURE_ADDR}
--end_signature_addr=${SIGNATURE_ADDR}
RISCV_DV_OPTS=--custom_target=${DV_DIR}/riscv_dv_extension \
--isa="${ISA}" \