From 71f0319e8d27d1f175b4747c0367843a6ceab986 Mon Sep 17 00:00:00 2001 From: jackkoenig Date: Tue, 24 Nov 2015 19:18:01 -0800 Subject: 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 --- utils/bin/firrtl-scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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 -- cgit v1.2.3