summaryrefslogtreecommitdiff
path: root/bin/build.sh
diff options
context:
space:
mode:
authorjackbackrack2015-04-29 14:02:20 -0700
committerjackbackrack2015-04-29 14:02:20 -0700
commit6c75757f8ea0b1bd79576ba3e2dfb01f3d980997 (patch)
tree3953ccdecbcd4f3d524fc3099beac362c3693d8b /bin/build.sh
parentd818026bdba7533b7e1b875223f969c758466849 (diff)
update to latest firrtl and change flo-app to flo2app
Diffstat (limited to 'bin/build.sh')
-rwxr-xr-xbin/build.sh2
1 files changed, 1 insertions, 1 deletions
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)