1
0

coreplex: hack to fix tile dedup (#569)

This commit is contained in:
Henry Cook 2017-03-06 16:36:03 -08:00 committed by GitHub
parent 33ffb62326
commit 229fb2251d

View File

@ -23,6 +23,9 @@ trait HasRocketTiles extends CoreplexRISCVPlatform {
private val crossing = p(RocketCrossing)
private val configs = p(RocketTilesKey)
// TODO: hack to fix deduplication; see PR https://github.com/ucb-bar/berkeley-hardfloat/pull/14
hardfloat.consts
val rocketWires: Seq[HasRocketTilesBundle => Unit] = configs.zipWithIndex.map { case (c, i) =>
val pWithExtra = p.alterPartial {
case TileKey => c