diff options
| author | jackkoenig | 2015-11-24 19:18:01 -0800 |
|---|---|---|
| committer | jackkoenig | 2015-11-24 19:18:01 -0800 |
| commit | 71f0319e8d27d1f175b4747c0367843a6ceab986 (patch) | |
| tree | acd1c96a30f4b04fcc6202cd9f9f59c9e9de432a /utils | |
| parent | 876c5e0a93c21a2108804eb972289f77c250e28b (diff) | |
In process of adding FAME-1 transformation, updated todos in grammar file, updated Makefile to play nicer when firrtl is a submodule, fixed bug in Translator for single line scopes, fixed firrtl-scala script to point to firrtl.Driver instead of old firrtl.Test
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/bin/firrtl-scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/bin/firrtl-scala b/utils/bin/firrtl-scala index 4d208178..f955b9ee 100755 --- a/utils/bin/firrtl-scala +++ b/utils/bin/firrtl-scala @@ -2,6 +2,6 @@ # 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.Test ${@:1}" +cmd="java -cp ${path}/firrtl.jar firrtl.Driver ${@:1}" eval $cmd |
