diff options
| author | jackbackrack | 2015-04-29 14:02:20 -0700 |
|---|---|---|
| committer | jackbackrack | 2015-04-29 14:02:20 -0700 |
| commit | 6c75757f8ea0b1bd79576ba3e2dfb01f3d980997 (patch) | |
| tree | 3953ccdecbcd4f3d524fc3099beac362c3693d8b /bin/appall.sh | |
| parent | d818026bdba7533b7e1b875223f969c758466849 (diff) | |
update to latest firrtl and change flo-app to flo2app
Diffstat (limited to 'bin/appall.sh')
| -rwxr-xr-x | bin/appall.sh | 2 |
1 files changed, 1 insertions, 1 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 |
