diff options
author | Evan Lojewski <github@meklort.com> | 2019-04-06 15:36:56 -0600 |
---|---|---|
committer | Evan Lojewski <github@meklort.com> | 2019-04-06 15:36:56 -0600 |
commit | b32a91df1d5c353c5d85bd902537b0cb7cad464f (patch) | |
tree | f1e9e2eca5efc9b33b8dc20784f51be2254990e8 /ipxact | |
parent | 21ea9c57a64656173e03b0d43286a2136aff78cd (diff) | |
download | bcm5719-ortega-b32a91df1d5c353c5d85bd902537b0cb7cad464f.tar.gz bcm5719-ortega-b32a91df1d5c353c5d85bd902537b0cb7cad464f.zip |
Add initial indeirect APE read support for the host cxxsim code.
Diffstat (limited to 'ipxact')
-rw-r--r-- | ipxact/NVIC.xml | 2 | ||||
-rwxr-xr-x | ipxact/regen.sh | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ipxact/NVIC.xml b/ipxact/NVIC.xml index d312fc0..1a2d4f9 100644 --- a/ipxact/NVIC.xml +++ b/ipxact/NVIC.xml @@ -327,7 +327,7 @@ <ipxact:name>IMPLEMENTER</ipxact:name> <ipxact:description>Implementer code. ARM is 0x41.</ipxact:description> <ipxact:bitOffset>24</ipxact:bitOffset> - <ipxact:bitWidth>4</ipxact:bitWidth> + <ipxact:bitWidth>8</ipxact:bitWidth> <ipxact:access>read-write</ipxact:access> </ipxact:field> </ipxact:register> diff --git a/ipxact/regen.sh b/ipxact/regen.sh index 26964c7..a3702a9 100755 --- a/ipxact/regen.sh +++ b/ipxact/regen.sh @@ -43,3 +43,7 @@ mv APE_NVIC.h ../include/ ${IPXACT} -p ${PROJECT} APE_full.xml -t asym APE_sym.s mv *.s ../libs/bcm5719/ mv APE_SHM*.h ../include +mv APE_FILTERS*.h ../include + +${IPXACT} -p ${PROJECT} APE_full.xml -t ape_cpp APE.cpp +mv *.cpp ../simulator/ |