diff options
| author | Evan Lojewski <github@meklort.com> | 2020-04-04 14:02:58 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-04 14:02:58 -0600 |
| commit | 81b42e1743cecbdd1d76c78b9fb2b0589afce9b3 (patch) | |
| tree | 03b38f7829a2b7321be818ccb8b744762c15dd23 /ipxact/APE_component.xml | |
| parent | 6fb10d00bc16b69eeb87eb29e1595b8b95692b6c (diff) | |
| download | bcm5719-ortega-81b42e1743cecbdd1d76c78b9fb2b0589afce9b3.tar.gz bcm5719-ortega-81b42e1743cecbdd1d76c78b9fb2b0589afce9b3.zip | |
network: Initialize APE.Mode2 when using port2 or port3. (#69)
Diffstat (limited to 'ipxact/APE_component.xml')
| -rw-r--r-- | ipxact/APE_component.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/ipxact/APE_component.xml b/ipxact/APE_component.xml index abf2b2f..22e1bd1 100644 --- a/ipxact/APE_component.xml +++ b/ipxact/APE_component.xml @@ -457,6 +457,34 @@ <!-- LINK: registerDefinitionGroup: see 6.11.3, Register definition group --> <ipxact:size>32</ipxact:size> <ipxact:volatile>true</ipxact:volatile> + <ipxact:field> + <ipxact:name>Channel 0 Enable</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>14</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>Channel 2 Enable</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>15</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>Channel 1 Enable</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>30</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> + <ipxact:field> + <ipxact:name>Channel 3 Enable</ipxact:name> + <ipxact:description></ipxact:description> + <ipxact:bitOffset>31</ipxact:bitOffset> + <ipxact:bitWidth>1</ipxact:bitWidth> + <ipxact:access>read-write</ipxact:access> + </ipxact:field> </ipxact:register> <ipxact:register> <ipxact:name>STATUS_2</ipxact:name> |

