diff options
| author | Evan Lojewski <github@meklort.com> | 2020-03-21 19:00:05 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-21 19:00:05 -0600 |
| commit | 4f67a6906d957af6b309eb61142e8a443eda6e0b (patch) | |
| tree | 7223729ef99fb9804fe03ccb40bca08492fdaad8 /ipxact | |
| parent | 394bec692789a6045ff5cfdeecdde4e44e8fd978 (diff) | |
| download | bcm5719-ortega-4f67a6906d957af6b309eb61142e8a443eda6e0b.tar.gz bcm5719-ortega-4f67a6906d957af6b309eb61142e8a443eda6e0b.zip | |
diag: Print additional diagnostic information about TX/RX buffers. (#63)
Diffstat (limited to 'ipxact')
| -rw-r--r-- | ipxact/APE_component.xml | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/ipxact/APE_component.xml b/ipxact/APE_component.xml index 71ee07c..abf2b2f 100644 --- a/ipxact/APE_component.xml +++ b/ipxact/APE_component.xml @@ -627,8 +627,15 @@ <ipxact:name>Free Count</ipxact:name> <ipxact:description></ipxact:description> <ipxact:bitOffset>24</ipxact:bitOffset> - <ipxact:bitWidth>6</ipxact:bitWidth> + <ipxact:bitWidth>7</ipxact:bitWidth> <ipxact:access>read-write</ipxact:access> + <ipxact:enumeratedValues> + <!-- LINK: enumeratedValue: see 6.11.10, Enumeration values --> + <ipxact:enumeratedValue> + <ipxact:name>Max</ipxact:name> + <ipxact:value>0x7f</ipxact:value> + </ipxact:enumeratedValue> + </ipxact:enumeratedValues> </ipxact:field> </ipxact:register> <ipxact:register> @@ -768,6 +775,31 @@ <!-- 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>Free</ipxact:name> + <ipxact:bitOffset>24</ipxact:bitOffset> + <ipxact:bitWidth>6</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + <ipxact:enumeratedValues> + <!-- LINK: enumeratedValue: see 6.11.10, Enumeration values --> + <ipxact:enumeratedValue> + <ipxact:name>Max</ipxact:name> + <ipxact:value>0x3f</ipxact:value> + </ipxact:enumeratedValue> + </ipxact:enumeratedValues> + </ipxact:field> </ipxact:register> <ipxact:register> <ipxact:name>RX Pool Free Pointer 1</ipxact:name> |

