diff options
Diffstat (limited to 'utils/bin/firrtl')
| -rwxr-xr-x | utils/bin/firrtl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/utils/bin/firrtl b/utils/bin/firrtl new file mode 100755 index 00000000..f955b9ee --- /dev/null +++ b/utils/bin/firrtl @@ -0,0 +1,7 @@ +#!/bin/bash + +# This may be a brittle way to find $(root_dir)/utils/bin, is there a better way? +path=`dirname "$0"` +cmd="java -cp ${path}/firrtl.jar firrtl.Driver ${@:1}" +eval $cmd + |
