summaryrefslogtreecommitdiff
path: root/bin/flo-app.sh
diff options
context:
space:
mode:
authorjackbackrack2015-04-29 14:02:20 -0700
committerjackbackrack2015-04-29 14:02:20 -0700
commit6c75757f8ea0b1bd79576ba3e2dfb01f3d980997 (patch)
tree3953ccdecbcd4f3d524fc3099beac362c3693d8b /bin/flo-app.sh
parentd818026bdba7533b7e1b875223f969c758466849 (diff)
update to latest firrtl and change flo-app to flo2app
Diffstat (limited to 'bin/flo-app.sh')
-rwxr-xr-xbin/flo-app.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/flo-app.sh b/bin/flo-app.sh
deleted file mode 100755
index bac47702..00000000
--- a/bin/flo-app.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-flo-llvm $1.flo
-echo FLO-LLVM DONE
-flo-llvm-release $1.flo --harness > $1-harness.cpp
-echo FLO-LLVM-RELEASE DONE
-g++ -o $1 $1-harness.cpp $1.o
-echo GPP DONE