summaryrefslogtreecommitdiffstats
path: root/zpu/hdl/zealot/fpga/altium-livedesign-xc3s1000/clean_up.sh
diff options
context:
space:
mode:
authorBert Lange <b.lange@hzdr.de>2011-10-28 10:59:45 +0200
committerBert Lange <b.lange@hzdr.de>2011-10-28 10:59:45 +0200
commit662a6952bc04419ac063cf3eb2b5917978eec0a1 (patch)
tree8dc6c96187d2c37b62c58391b4ce0b0e890b65c8 /zpu/hdl/zealot/fpga/altium-livedesign-xc3s1000/clean_up.sh
parent41c1038aa9d14583510b68165e907da3b896422b (diff)
downloadzpu-662a6952bc04419ac063cf3eb2b5917978eec0a1.zip
zpu-662a6952bc04419ac063cf3eb2b5917978eec0a1.tar.gz
add: Spartan3 reference design for zealot
Diffstat (limited to 'zpu/hdl/zealot/fpga/altium-livedesign-xc3s1000/clean_up.sh')
-rwxr-xr-xzpu/hdl/zealot/fpga/altium-livedesign-xc3s1000/clean_up.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/zpu/hdl/zealot/fpga/altium-livedesign-xc3s1000/clean_up.sh b/zpu/hdl/zealot/fpga/altium-livedesign-xc3s1000/clean_up.sh
new file mode 100755
index 0000000..3855f16
--- /dev/null
+++ b/zpu/hdl/zealot/fpga/altium-livedesign-xc3s1000/clean_up.sh
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+# ise build stuff
+rm -rf build
+rm -f top.bit
+
+# modelsim compile stuff
+rm -rf work
+rm -rf zpu
+
+# modelsim simulation stuff
+rm -f vsim.wlf
+rm -f transcript
+rm -f zpu_trace.log
+rm -f zpu_med1_io.log
+rm -f zpu_small1_io.log
OpenPOWER on IntegriCloud