1
0

bump chisel

This commit is contained in:
Donggyu Kim
2014-09-23 16:56:32 -07:00
committed by Yunsup Lee
parent 60d90f5230
commit 4fe48f5a0a
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ class RocketChipBackend extends VerilogBackend
initMap += (c -> init)
}
transforms += {c => collectNodesIntoComp}
transforms += collectNodesIntoComp
transforms += addTopLevelPin
transforms += addMemPin
}