[dv/uvm/core_ibex] Update CSR description file

The CSR tests don't currently support multiple configurations
(see #1333). Since the OpenTitan configuration is the only one currently
being run, update this file to pass with that for now.

Signed-off-by: Tom Roberts <tomroberts@lowrisc.org>
This commit is contained in:
Tom Roberts 2021-06-17 15:54:04 +01:00 committed by Tom Roberts
parent a8e17579e2
commit 1a46c4ede6

View file

@ -300,7 +300,6 @@
# CPUCTRL
#
# TODO : change fields to WARL type once SecureIbex parameter is enabled
- csr: cpuctrl
description: >
CPU control register (custom)
@ -310,21 +309,21 @@
- field_name: dumm_instr_mask
description: >
Mask to control frequency of dummy instruction insertion
type: R
type: WARL
reset_val: 0
msb: 5
lsb: 3
- field_name: dummy_instr_en
description: >
Enable or disable dummy instruction insertion
type: R
type: WARL
reset_val: 0
msb: 2
lsb: 2
- field_name: data_ind_timing
description: >
Enable or disable data-independent timing features
type: R
type: WARL
reset_val: 0
msb: 1
lsb: 1