summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorjackbackrack2015-06-05 08:51:41 -0700
committerjackbackrack2015-06-05 08:51:41 -0700
commit1e7b332702586bf67c4aa1caf676f8b7a85d5959 (patch)
tree066d032df90e765c037a1d8833da4c16b85c49ab /bin
parent3918a0499ab8cb39e305e551a5ea810d9c0de49f (diff)
add seqmem and turn off vcdtmp
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