aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/bin/firrtl3
-rwxr-xr-xutils/bin/firrtl-profiling3
2 files changed, 2 insertions, 4 deletions
diff --git a/utils/bin/firrtl b/utils/bin/firrtl
index f955b9ee..fd1a2574 100755
--- a/utils/bin/firrtl
+++ b/utils/bin/firrtl
@@ -2,6 +2,5 @@
# 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}"
+cmd="java -cp ${path}/firrtl.jar firrtl.stage.FirrtlMain ${@:1}"
eval $cmd
-
diff --git a/utils/bin/firrtl-profiling b/utils/bin/firrtl-profiling
index 5aa73e00..d0a6ef2b 100755
--- a/utils/bin/firrtl-profiling
+++ b/utils/bin/firrtl-profiling
@@ -2,6 +2,5 @@
# This may be a brittle way to find $(root_dir)/utils/bin, is there a better way?
path=`dirname "$0"`
-cmd="java -agentlib:hprof=cpu=samples,depth=100,interval=7,lineno=y,thread=y,file=output.hprof -cp ${path}/firrtl.jar firrtl.Driver ${@:1}"
+cmd="java -agentlib:hprof=cpu=samples,depth=100,interval=7,lineno=y,thread=y,file=output.hprof -cp ${path}/firrtl.jar firrtl.stage.FirrtlMain ${@:1}"
eval $cmd
-