mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-23 21:39:13 -04:00
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:
parent
11a5fc24d4
commit
e4b8851b4b
1 changed files with 1 additions and 1 deletions
|
@ -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}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue