summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorjackbackrack2015-04-29 14:02:20 -0700
committerjackbackrack2015-04-29 14:02:20 -0700
commit6c75757f8ea0b1bd79576ba3e2dfb01f3d980997 (patch)
tree3953ccdecbcd4f3d524fc3099beac362c3693d8b /bin
parentd818026bdba7533b7e1b875223f969c758466849 (diff)
update to latest firrtl and change flo-app to flo2app
Diffstat (limited to 'bin')
-rwxr-xr-xbin/appall.sh2
-rwxr-xr-xbin/build.sh2
-rwxr-xr-xbin/flo2app.sh (renamed from bin/flo-app.sh)0
3 files changed, 2 insertions, 2 deletions
diff --git a/bin/appall.sh b/bin/appall.sh
index 112b612b..d8fa6a61 100755
--- a/bin/appall.sh
+++ b/bin/appall.sh
@@ -3,5 +3,5 @@ shift 1
for file in "$@"; do
echo $file
- (cd generated; ../bin/flo-app.sh $file >& $file.appout)
+ (cd generated; ../bin/flo2app.sh $file >& $file.appout)
done
diff --git a/bin/build.sh b/bin/build.sh
index df7ca53c..badb8f97 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -3,4 +3,4 @@
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
to-fir $1
(cd generated; $DIR/fir2flo.sh $1)
-(cd generated; $DIR/flo-app $1)
+(cd generated; $DIR/flo2app $1)
diff --git a/bin/flo-app.sh b/bin/flo2app.sh
index bac47702..bac47702 100755
--- a/bin/flo-app.sh
+++ b/bin/flo2app.sh