coreplex: allow buffer chains on certain bus ports
This commit is contained in:
committed by
Wesley W. Terpstra
parent
57d0360c35
commit
3bde9506c6
@ -19,7 +19,8 @@ case class RocketTileParams(
|
||||
btb: Option[BTBParams] = Some(BTBParams()),
|
||||
dataScratchpadBytes: Int = 0,
|
||||
boundaryBuffers: Boolean = false,
|
||||
name: Option[String] = Some("tile")) extends TileParams {
|
||||
name: Option[String] = Some("tile"),
|
||||
externalBuffers: Int = 0) extends TileParams {
|
||||
require(icache.isDefined)
|
||||
require(dcache.isDefined)
|
||||
}
|
||||
|
Reference in New Issue
Block a user