From 9ff6673f54b18386fd205eeb8be8d3c21a40fdca Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Mon, 13 Jul 2015 10:21:48 -0700 Subject: Generalize, add missing chisel2 meta files. --- bin/flo2app.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3