remove collectNodesIntoComp from Backends.scala
This commit is contained in:
parent
1a101f8de5
commit
a53091b40f
2
chisel
2
chisel
@ -1 +1 @@
|
|||||||
Subproject commit e9a21c3d67bde8ae7603774a58cae63db6382ca7
|
Subproject commit a39c41ac3352fec1ec35b3e97c643f7e2f3843be
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user