Skip to content

Commit 5fd083e

Browse files
engdoreisRazer6
authored andcommitted
[reggen, kmac] Fix conflicting configuration in register
In the register ENTROPY_REFRESH_HASH_CNT the property `swaccess=ro` conflicts with `regwen` as confirmed by reggen which generated the same RTL after this change. Signed-off-by: Douglas Reis <[email protected]>
1 parent ea788d6 commit 5fd083e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

hw/ip/kmac/data/kmac.hjson

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,6 @@
805805
'''
806806
swaccess: "ro"
807807
hwaccess: "hwo"
808-
regwen: "CFG_REGWEN"
809808
fields: [
810809
{ bits: "HashCntW-1:0"
811810
name: "hash_cnt"

hw/ip/kmac/doc/registers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ counter is only reset by the CMD.hash_cnt_clr CSR bit.
507507
- Offset: `0x24`
508508
- Reset default: `0x0`
509509
- Reset mask: `0x3ff`
510-
- Register enable: [`CFG_REGWEN`](#cfg_regwen)
511510

512511
### Fields
513512

0 commit comments

Comments
 (0)