diff options
| author | Evan Lojewski <github@meklort.com> | 2019-06-14 23:37:19 -0600 |
|---|---|---|
| committer | Evan Lojewski <github@meklort.com> | 2019-06-14 23:37:19 -0600 |
| commit | 5817d6b074a91c1bb93be46a4d79f55bed82aa87 (patch) | |
| tree | 314bdff182c6ce9aae77976266bc14b0f836ab9d /ipxact | |
| parent | d460f67cbfd01dd12ea7ab019a0eca43899f287f (diff) | |
| download | bcm5719-ortega-5817d6b074a91c1bb93be46a4d79f55bed82aa87.tar.gz bcm5719-ortega-5817d6b074a91c1bb93be46a4d79f55bed82aa87.zip | |
Ensure register names are always valid.
Diffstat (limited to 'ipxact')
| -rw-r--r-- | ipxact/APE_component.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/ipxact/APE_component.xml b/ipxact/APE_component.xml index f0639cf..ecaea13 100644 --- a/ipxact/APE_component.xml +++ b/ipxact/APE_component.xml @@ -723,6 +723,7 @@ </ipxact:register> <ipxact:register> <ipxact:name>TX To Net Buffer Return 0</ipxact:name> + <ipxact:typeIdentifier>TX To Net Buffer Return</ipxact:typeIdentifier> <ipxact:description></ipxact:description> <ipxact:addressOffset>0x94</ipxact:addressOffset> <!-- LINK: registerDefinitionGroup: see 6.11.3, Register definition group --> @@ -731,6 +732,7 @@ </ipxact:register> <ipxact:register> <ipxact:name>TX To Net Buffer Ring 0</ipxact:name> + <ipxact:typeIdentifier>TX To Net Buffer Ring</ipxact:typeIdentifier> <ipxact:description></ipxact:description> <ipxact:addressOffset>0x98</ipxact:addressOffset> <!-- LINK: registerDefinitionGroup: see 6.11.3, Register definition group --> @@ -1002,6 +1004,18 @@ <ipxact:addressOffset>0x114</ipxact:addressOffset> </ipxact:register> <ipxact:register> + <ipxact:name>TX To Net Buffer Return 1</ipxact:name> + <ipxact:typeIdentifier>TX To Net Buffer Return</ipxact:typeIdentifier> + <ipxact:description></ipxact:description> + <ipxact:addressOffset>0x118</ipxact:addressOffset> + </ipxact:register> + <ipxact:register> + <ipxact:name>TX To Net Buffer Ring 1</ipxact:name> + <ipxact:typeIdentifier>TX To Net Buffer Ring</ipxact:typeIdentifier> + <ipxact:description></ipxact:description> + <ipxact:addressOffset>0x11c</ipxact:addressOffset> + </ipxact:register> + <ipxact:register> <ipxact:name>TX To Net Doorbell Func1</ipxact:name> <ipxact:typeIdentifier>TX To Net Doorbell</ipxact:typeIdentifier> <ipxact:description>Written on APE TX to network after filling 0xA002 buffer with packet.</ipxact:description> @@ -1044,6 +1058,18 @@ <ipxact:addressOffset>0x224</ipxact:addressOffset> </ipxact:register> <ipxact:register> + <ipxact:name>TX To Net Buffer Return 2</ipxact:name> + <ipxact:typeIdentifier>TX To Net Buffer Return</ipxact:typeIdentifier> + <ipxact:description></ipxact:description> + <ipxact:addressOffset>0x228</ipxact:addressOffset> + </ipxact:register> + <ipxact:register> + <ipxact:name>TX To Net Buffer Ring 2</ipxact:name> + <ipxact:typeIdentifier>TX To Net Buffer Ring</ipxact:typeIdentifier> + <ipxact:description></ipxact:description> + <ipxact:addressOffset>0x22c</ipxact:addressOffset> + </ipxact:register> + <ipxact:register> <ipxact:name>RXBufOffset Func3</ipxact:name> <ipxact:typeIdentifier>RXBufOffset</ipxact:typeIdentifier> <ipxact:description>This is examined on the APE Packet RX interrupt, and indicates the offset of an incoming (from-network) frame within the APE memory space, which provides access to the from-network RX buffer.</ipxact:description> @@ -1079,6 +1105,18 @@ <ipxact:description></ipxact:description> <ipxact:addressOffset>0x324</ipxact:addressOffset> </ipxact:register> + <ipxact:register> + <ipxact:name>TX To Net Buffer Return 3</ipxact:name> + <ipxact:typeIdentifier>TX To Net Buffer Return</ipxact:typeIdentifier> + <ipxact:description></ipxact:description> + <ipxact:addressOffset>0x328</ipxact:addressOffset> + </ipxact:register> + <ipxact:register> + <ipxact:name>TX To Net Buffer Ring 3</ipxact:name> + <ipxact:typeIdentifier>TX To Net Buffer Ring</ipxact:typeIdentifier> + <ipxact:description></ipxact:description> + <ipxact:addressOffset>0x32c</ipxact:addressOffset> + </ipxact:register> </ipxact:addressBlock> <ipxact:addressUnitBits>8</ipxact:addressUnitBits> </ipxact:memoryMap> |

