summaryrefslogtreecommitdiffstats
path: root/ipxact/APE_component.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ipxact/APE_component.xml')
-rw-r--r--ipxact/APE_component.xml46
1 files changed, 39 insertions, 7 deletions
diff --git a/ipxact/APE_component.xml b/ipxact/APE_component.xml
index bf5ff9e..38b8ddd 100644
--- a/ipxact/APE_component.xml
+++ b/ipxact/APE_component.xml
@@ -414,6 +414,38 @@
</ipxact:field>
</ipxact:register>
<ipxact:register>
+ <ipxact:name>TX State0</ipxact:name>
+ <ipxact:description>APE TX Status.</ipxact:description>
+ <ipxact:addressOffset>0x20</ipxact:addressOffset>
+ <!-- LINK: registerDefinitionGroup: see 6.11.3, Register definition group -->
+ <ipxact:size>32</ipxact:size>
+ <ipxact:volatile>true</ipxact:volatile>
+ <ipxact:field>
+ <ipxact:name>Tail</ipxact:name>
+ <ipxact:bitOffset>0</ipxact:bitOffset>
+ <ipxact:bitWidth>12</ipxact:bitWidth>
+ <ipxact:access>read-write</ipxact:access>
+ </ipxact:field>
+ <ipxact:field>
+ <ipxact:name>Head</ipxact:name>
+ <ipxact:bitOffset>12</ipxact:bitOffset>
+ <ipxact:bitWidth>12</ipxact:bitWidth>
+ <ipxact:access>read-write</ipxact:access>
+ </ipxact:field>
+ <ipxact:field>
+ <ipxact:name>TXError</ipxact:name>
+ <ipxact:bitOffset>24</ipxact:bitOffset>
+ <ipxact:bitWidth>1</ipxact:bitWidth>
+ <ipxact:access>read-write</ipxact:access>
+ </ipxact:field>
+ <ipxact:field>
+ <ipxact:name>Error Code</ipxact:name>
+ <ipxact:bitOffset>25</ipxact:bitOffset>
+ <ipxact:bitWidth>3</ipxact:bitWidth>
+ <ipxact:access>read-write</ipxact:access>
+ </ipxact:field>
+ </ipxact:register>
+ <ipxact:register>
<ipxact:name>MODE_2</ipxact:name>
<ipxact:description>Expansion for MODE</ipxact:description>
<ipxact:addressOffset>0x2c</ipxact:addressOffset>
@@ -2101,6 +2133,13 @@
<!-- LINK: registerDefinitionGroup: see 6.11.3, Register definition group -->
<ipxact:size>32</ipxact:size>
<ipxact:volatile>true</ipxact:volatile>
+ <ipxact:field>
+ <ipxact:name>High</ipxact:name>
+ <ipxact:description>Upper four bytes of the MAC</ipxact:description>
+ <ipxact:bitOffset>0</ipxact:bitOffset>
+ <ipxact:bitWidth>32</ipxact:bitWidth>
+ <ipxact:access>read-write</ipxact:access>
+ </ipxact:field>
</ipxact:register>
<ipxact:register>
<ipxact:name>BMC to NC Source MAC Match 7 Low</ipxact:name>
@@ -2116,13 +2155,6 @@
<ipxact:bitWidth>16</ipxact:bitWidth>
<ipxact:access>read-write</ipxact:access>
</ipxact:field>
- <ipxact:field>
- <ipxact:name>High</ipxact:name>
- <ipxact:description>Upper four bytes of the MAC</ipxact:description>
- <ipxact:bitOffset>0</ipxact:bitOffset>
- <ipxact:bitWidth>32</ipxact:bitWidth>
- <ipxact:access>read-write</ipxact:access>
- </ipxact:field>
</ipxact:register>
<ipxact:register>
<ipxact:name>BMC to NC RX VLAN</ipxact:name>
OpenPOWER on IntegriCloud