summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/flo2app.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/flo2app.sh b/bin/flo2app.sh
index cebf4325..44326dd0 100755
--- a/bin/flo2app.sh
+++ b/bin/flo2app.sh
@@ -1,6 +1,7 @@
#!/bin/bash
-flo-llvm --vcdtmp $1.flo
+echo FLO-LLVM DONE
+/users/jrb/bar/chisel3/bin/flo-llvm $1.flo # --vcdtmp
echo FLO-LLVM DONE
flo-llvm-release $1.flo --harness > $1-harness.cpp
echo FLO-LLVM-RELEASE DONE