remove collectNodesIntoComp from Backends.scala
This commit is contained in:
2
chisel
2
chisel
Submodule chisel updated: e9a21c3d67...a39c41ac33
@ -62,9 +62,8 @@ class RocketChipBackend extends VerilogBackend
|
|||||||
initMap += (c -> init)
|
initMap += (c -> init)
|
||||||
}
|
}
|
||||||
|
|
||||||
transforms += ((c: Module) => addTopLevelPin(c))
|
transforms += addTopLevelPin
|
||||||
transforms += ((c: Module) => addMemPin(c))
|
transforms += addMemPin
|
||||||
transforms += ((c: Module) => collectNodesIntoComp(initializeDFS))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class Fame1RocketChipBackend extends RocketChipBackend with Fame1Transform
|
class Fame1RocketChipBackend extends RocketChipBackend with Fame1Transform
|
||||||
|
Reference in New Issue
Block a user