summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-05-05 17:19:29 -0600
committerEvan Lojewski <github@meklort.com>2019-05-05 17:19:29 -0600
commit00e58e0d58463e93a4bb7c0b9606caf81a7c85cb (patch)
tree67959620e2015c24093e27236e9d0985d568895c
parentc65160239ee5a06dd1b30141c8b46f1bce843194 (diff)
downloadbcm5719-ortega-00e58e0d58463e93a4bb7c0b9606caf81a7c85cb.tar.gz
bcm5719-ortega-00e58e0d58463e93a4bb7c0b9606caf81a7c85cb.zip
Update regen script to remove unused sim files.
-rwxr-xr-xipxact/regen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipxact/regen.sh b/ipxact/regen.sh
index 46b583f..28c0c20 100755
--- a/ipxact/regen.sh
+++ b/ipxact/regen.sh
@@ -24,6 +24,10 @@ mv bcm5719_BOOTCODE.h ../include
${IPXACT} -p ${PROJECT} bcm5719_full.xml bcm5719.cpp
+rm bcm5719_BOOTCODE*.cpp
+rm bcm5719_RXMBUF*.cpp
+rm bcm5719_TXMBUF*.cpp
+rm bcm5719_SDBCACHE*.cpp
mv *.cpp ../simulator/
# ${IPXACT} -p ${PROJECT} bcm5719_full.xml bcm5719.s
OpenPOWER on IntegriCloud