diff options
| author | Evan Lojewski <github@meklort.com> | 2020-07-12 19:51:39 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-12 19:51:39 -0600 |
| commit | febfab9c23390b9c32dafb72cfb541b482b51a01 (patch) | |
| tree | 3aa44dd437c6e61cc9b47baf203c33755ae0d5a2 /ipxact | |
| parent | 8801f8f9c2cbf2cf795d994da4263d588c282f98 (diff) | |
| download | bcm5719-ortega-febfab9c23390b9c32dafb72cfb541b482b51a01.tar.gz bcm5719-ortega-febfab9c23390b9c32dafb72cfb541b482b51a01.zip | |
regs: Add Tx State ports 1-3 definitions. (#89)
Diffstat (limited to 'ipxact')
| -rw-r--r-- | ipxact/APE_component.xml | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/ipxact/APE_component.xml b/ipxact/APE_component.xml index 22e1bd1..0df0477 100644 --- a/ipxact/APE_component.xml +++ b/ipxact/APE_component.xml @@ -420,7 +420,8 @@ </ipxact:register> <ipxact:register> <ipxact:name>TX State0</ipxact:name> - <ipxact:description>APE TX Status.</ipxact:description> + <ipxact:typeIdentifier>TX State</ipxact:typeIdentifier> + <ipxact:description>APE TX Status Port0</ipxact:description> <ipxact:addressOffset>0x20</ipxact:addressOffset> <!-- LINK: registerDefinitionGroup: see 6.11.3, Register definition group --> <ipxact:size>32</ipxact:size> @@ -448,9 +449,26 @@ <ipxact:bitOffset>25</ipxact:bitOffset> <ipxact:bitWidth>3</ipxact:bitWidth> <ipxact:access>read-write</ipxact:access> + <ipxact:enumeratedValues> + <!-- LINK: enumeratedValue: see 6.11.10, Enumeration values --> + <ipxact:enumeratedValue> + <ipxact:name>Frame Length Mismatch</ipxact:name> + <ipxact:value>1</ipxact:value> + </ipxact:enumeratedValue> + <ipxact:enumeratedValue> + <ipxact:name>MBuf Count Mismatch</ipxact:name> + <ipxact:value>2</ipxact:value> + </ipxact:enumeratedValue> + </ipxact:enumeratedValues> </ipxact:field> </ipxact:register> <ipxact:register> + <ipxact:name>TX State1</ipxact:name> + <ipxact:typeIdentifier>TX State</ipxact:typeIdentifier> + <ipxact:description>APE TX State Port1</ipxact:description> + <ipxact:addressOffset>0x24</ipxact:addressOffset> + </ipxact:register> + <ipxact:register> <ipxact:name>MODE_2</ipxact:name> <ipxact:description>Expansion for MODE</ipxact:description> <ipxact:addressOffset>0x2c</ipxact:addressOffset> @@ -1137,6 +1155,12 @@ <ipxact:addressOffset>0x204</ipxact:addressOffset> </ipxact:register> <ipxact:register> + <ipxact:name>TX State2</ipxact:name> + <ipxact:typeIdentifier>TX State</ipxact:typeIdentifier> + <ipxact:description>APE TX State Port2</ipxact:description> + <ipxact:addressOffset>0x208</ipxact:addressOffset> + </ipxact:register> + <ipxact:register> <ipxact:name>RX Pool Mode Status 2</ipxact:name> <ipxact:description></ipxact:description> <ipxact:addressOffset>0x214</ipxact:addressOffset> @@ -1191,6 +1215,12 @@ <ipxact:addressOffset>0x304</ipxact:addressOffset> </ipxact:register> <ipxact:register> + <ipxact:name>TX State3</ipxact:name> + <ipxact:typeIdentifier>TX State</ipxact:typeIdentifier> + <ipxact:description>APE TX State Port3</ipxact:description> + <ipxact:addressOffset>0x308</ipxact:addressOffset> + </ipxact:register> + <ipxact:register> <ipxact:name>RX Pool Mode Status 3</ipxact:name> <ipxact:description></ipxact:description> <ipxact:addressOffset>0x314</ipxact:addressOffset> |

