aboutsummaryrefslogtreecommitdiff
path: root/utils/bin/firrtl-scala
blob: f955b9ee3146a83b714144691cf653d5b8a8e97e (plain)
1
2
3
4
5
6
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