Skip to content

Commit 0981cdb

Browse files
wkkunakgugala
authored andcommitted
rdl: Update 'INDIRECT_FIFO_STATUS_3' reset value
Add info on current's implementation limitations. Signed-off-by: Wiktoria Kuna <[email protected]>
1 parent 6992aa3 commit 0981cdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rdl/secure_firmware_recovery_interface.rdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -648,11 +648,11 @@ regfile SecureFirmwareRecoveryInterfaceRegisters{
648648
name = "Indirect FIFO Status 3";
649649
field {
650650
name = "Indirect FIFO size";
651-
desc = "Size of memory window specified in 4B units";
651+
desc = "Size of memory window specified in 4B units. Current implementation supports only a constant size of 64.";
652652
sw = r;
653653
hw = rw;
654654
we = true;
655-
reset = 32'h0;
655+
reset = 32'h40;
656656
} FIFO_SIZE[31:0];
657657
} INDIRECT_FIFO_STATUS_3;
658658
reg {

0 commit comments

Comments
 (0)