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

2
chisel

@ -1 +1 @@
Subproject commit e9a21c3d67bde8ae7603774a58cae63db6382ca7
Subproject commit a39c41ac3352fec1ec35b3e97c643f7e2f3843be

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