summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJim Lawson2015-07-13 10:21:48 -0700
committerJim Lawson2015-07-24 15:50:53 -0700
commit9ff6673f54b18386fd205eeb8be8d3c21a40fdca (patch)
treedfe550113bc5eac6c72cca664cff302abdf54c33 /bin
parente74cce036a7e9f8a08a020f1e007b22098db890d (diff)
Generalize, add missing chisel2 meta files.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/flo2app.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/flo2app.sh b/bin/flo2app.sh
index c13701ba..6ef87351 100755
--- a/bin/flo2app.sh
+++ b/bin/flo2app.sh
@@ -1,9 +1,9 @@
#!/bin/bash
echo FLO-LLVM DONE
-/users/jrb/bar/chisel3/bin/flo-llvm $1.flo # --vcdtmp
+flo-llvm $1.flo # --vcdtmp
echo FLO-LLVM DONE
flo-llvm-release $1.flo --harness > $1-harness.cpp
echo FLO-LLVM-RELEASE DONE
-$CXX -o $1 $1-harness.cpp $1.o
+clang++ -o $1 $1-harness.cpp $1.o
echo GPP DONE