1
0

recover collectNodesIntoComp in Backends.scala

This commit is contained in:
Donggyu Kim
2014-09-23 00:23:54 -07:00
committed by Yunsup Lee
parent a53091b40f
commit 60d90f5230
2 changed files with 2 additions and 1 deletions

View File

@ -62,6 +62,7 @@ class RocketChipBackend extends VerilogBackend
initMap += (c -> init)
}
transforms += {c => collectNodesIntoComp}
transforms += addTopLevelPin
transforms += addMemPin
}