Merge branch 'chisel-v2' of github.com:ucb-bar/riscv-rocket into chisel-v2
Conflicts: src/core.scala src/ctrl.scala src/dpath_util.scala src/fpu.scala src/nbdcache.scala src/tile.scala
This commit is contained in:
@ -19,7 +19,7 @@ case class RocketConfiguration(tl: TileLinkConfiguration,
|
||||
if (fastLoadByte) require(fastLoadWord)
|
||||
}
|
||||
|
||||
class Tile(_reset: Bool = null)(confIn: RocketConfiguration) extends Module(_reset = _reset) with ClientCoherenceAgent
|
||||
class Tile(resetSignal: Bool = null)(confIn: RocketConfiguration) extends Module(_reset = resetSignal) with ClientCoherenceAgent
|
||||
{
|
||||
val memPorts = 2 + confIn.vec
|
||||
val dcachePortId = 0
|
||||
|
Reference in New Issue
Block a user