mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 12:57:13 -04:00
[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:
parent
a8e17579e2
commit
1a46c4ede6
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue