Skip to content

Commit

Permalink
refactor traversal interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqiz01 committed Jun 23, 2018
1 parent 926b455 commit 7e813cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen/ParamCodegen.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ abstract class ParamCodegen(implicit compiler:Spade) extends Pass with BFSTopolo
type N = Parameter
val forward = false
}.scheduleNode(compiler.designParam).toSet.toList
traverse(scheduleDepFree(allNodes), ())
traverseNodes(scheduleDepFree(allNodes), ())
}

}

0 comments on commit 7e813cb

Please sign in to comment.