Skip to content

Commit cb214af

Browse files
alees24marnovandermaas
authored andcommitted
Document the new system info registers
DNA value, main memory size and the HyperRAM capacities are presented in additional system info registers. See the hjson for a fuller description of the new register values.
1 parent 1dc88e7 commit cb214af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/ip/system_info.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ These values are useful to know what the parameters were when a bitstream was ge
1313
| 0x0014 | UART info of which least significant byte is the number of instances.
1414
| 0x0018 | I2C info of which least significant byte is the number of instances.
1515
| 0x001C | SPI info of which least significant byte is the number of instances.
16+
| 0x0020 | Initiate capture of 'DNA value' identifying the specific device.
17+
| 0x0024 | Next bit of the 57-bit 'DNA value' may be read in the least significant bit.
18+
| 0x0028 | Size of the main memory in kibibytes (KiB).
19+
| 0x002C | Size of the HyperRAM in kibibytes (KiB).
20+
| 0x0030 | Size of the tagged (capability aware) portion of the HyperRAM (KiB).

0 commit comments

Comments
 (0)