recover collectNodesIntoComp in Backends.scala
This commit is contained in:
2
chisel
2
chisel
Submodule chisel updated: a39c41ac33...d7e913088f
@ -62,6 +62,7 @@ class RocketChipBackend extends VerilogBackend
|
|||||||
initMap += (c -> init)
|
initMap += (c -> init)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
transforms += {c => collectNodesIntoComp}
|
||||||
transforms += addTopLevelPin
|
transforms += addTopLevelPin
|
||||||
transforms += addMemPin
|
transforms += addMemPin
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user