1
0

remove collectNodesIntoComp from Backends.scala

This commit is contained in:
Donggyu Kim
2014-09-22 17:08:33 -07:00
committed by Yunsup Lee
parent 1a101f8de5
commit a53091b40f
2 changed files with 3 additions and 4 deletions

View File

@ -62,9 +62,8 @@ class RocketChipBackend extends VerilogBackend
initMap += (c -> init)
}
transforms += ((c: Module) => addTopLevelPin(c))
transforms += ((c: Module) => addMemPin(c))
transforms += ((c: Module) => collectNodesIntoComp(initializeDFS))
transforms += addTopLevelPin
transforms += addMemPin
}
class Fame1RocketChipBackend extends RocketChipBackend with Fame1Transform