We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6992aa3 commit 0981cdbCopy full SHA for 0981cdb
src/rdl/secure_firmware_recovery_interface.rdl
@@ -648,11 +648,11 @@ regfile SecureFirmwareRecoveryInterfaceRegisters{
648
name = "Indirect FIFO Status 3";
649
field {
650
name = "Indirect FIFO size";
651
- desc = "Size of memory window specified in 4B units";
+ desc = "Size of memory window specified in 4B units. Current implementation supports only a constant size of 64.";
652
sw = r;
653
hw = rw;
654
we = true;
655
- reset = 32'h0;
+ reset = 32'h40;
656
} FIFO_SIZE[31:0];
657
} INDIRECT_FIFO_STATUS_3;
658
reg {
0 commit comments