diff options
author | Evan Lojewski <github@meklort.com> | 2019-04-01 19:36:26 -0600 |
---|---|---|
committer | Evan Lojewski <github@meklort.com> | 2019-04-01 19:36:26 -0600 |
commit | df16b36134831764fc328dbadbe3d76c53007fb9 (patch) | |
tree | ca0cdf923306cc2096b1586335db94777418ba0c /ipxact/DEVICE.xml | |
parent | b19372cf6630ab2be9afa9adae4f8dc9057e015a (diff) | |
download | bcm5719-ortega-df16b36134831764fc328dbadbe3d76c53007fb9.tar.gz bcm5719-ortega-df16b36134831764fc328dbadbe3d76c53007fb9.zip |
Update ipxact definition an regen.
Diffstat (limited to 'ipxact/DEVICE.xml')
-rw-r--r-- | ipxact/DEVICE.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ipxact/DEVICE.xml b/ipxact/DEVICE.xml index 079b474..91f27ac 100644 --- a/ipxact/DEVICE.xml +++ b/ipxact/DEVICE.xml @@ -360,6 +360,22 @@ </ipxact:field> </ipxact:register> <ipxact:register> + <ipxact:name>APE_MEMORY_BASE</ipxact:name> + <ipxact:description>APE Memory address to read/write using the APE Memory Data register..</ipxact:description> + <ipxact:addressOffset>0xf8</ipxact:addressOffset> + <!-- LINK: registerDefinitionGroup: see 6.11.3, Register definition group --> + <ipxact:size>32</ipxact:size> + <ipxact:volatile>true</ipxact:volatile> + </ipxact:register> + <ipxact:register> + <ipxact:name>APE_MEMORY_DATA</ipxact:name> + <ipxact:description>APE Memory value at the location pointed by the Memory Base Register.</ipxact:description> + <ipxact:addressOffset>0xfc</ipxact:addressOffset> + <!-- LINK: registerDefinitionGroup: see 6.11.3, Register definition group --> + <ipxact:size>32</ipxact:size> + <ipxact:volatile>true</ipxact:volatile> + </ipxact:register> + <ipxact:register> <ipxact:name>EMAC_MODE</ipxact:name> <ipxact:description></ipxact:description> <ipxact:addressOffset>0x400</ipxact:addressOffset> |