diff options
Diffstat (limited to 'src/main/scala/firrtl/DebugUtils.scala')
| -rw-r--r-- | src/main/scala/firrtl/DebugUtils.scala | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/scala/firrtl/DebugUtils.scala b/src/main/scala/firrtl/DebugUtils.scala index 5d58fba6..8151e2a6 100644 --- a/src/main/scala/firrtl/DebugUtils.scala +++ b/src/main/scala/firrtl/DebugUtils.scala @@ -8,6 +8,7 @@ private object DebugUtils { implicit class DebugASTUtils(ast: AST) { // Is this actually any use? + /* def preOrderTraversal(f: AST => Unit): Unit = { f(ast) ast match { @@ -66,6 +67,6 @@ private object DebugUtils { //case _ => throw new Exception(s"Unsupported FIRRTL node ${ast.getClass.getSimpleName}!") case _ => } - } + } */ } } |
