summaryrefslogtreecommitdiffstats
path: root/ipxact/regen.sh
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-04-06 15:36:56 -0600
committerEvan Lojewski <github@meklort.com>2019-04-06 15:36:56 -0600
commitb32a91df1d5c353c5d85bd902537b0cb7cad464f (patch)
treef1e9e2eca5efc9b33b8dc20784f51be2254990e8 /ipxact/regen.sh
parent21ea9c57a64656173e03b0d43286a2136aff78cd (diff)
downloadbcm5719-ortega-b32a91df1d5c353c5d85bd902537b0cb7cad464f.tar.gz
bcm5719-ortega-b32a91df1d5c353c5d85bd902537b0cb7cad464f.zip
Add initial indeirect APE read support for the host cxxsim code.
Diffstat (limited to 'ipxact/regen.sh')
-rwxr-xr-xipxact/regen.sh4
1 files changed, 4 insertions, 0 deletions
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/
OpenPOWER on IntegriCloud