Fix Config comments
This commit is contained in:
@@ -11,10 +11,10 @@ import freechips.rocketchip.config.{Config}
|
|||||||
class SmallBoomConfig extends Config(
|
class SmallBoomConfig extends Config(
|
||||||
new WithTop ++ // use normal top
|
new WithTop ++ // use normal top
|
||||||
new WithBootROM ++ // use testchipip bootrom
|
new WithBootROM ++ // use testchipip bootrom
|
||||||
new freechips.rocketchip.subsystem.WithInclusiveCache ++ // use Sifive L2 cache
|
new freechips.rocketchip.subsystem.WithInclusiveCache ++ // use SiFive L2 cache
|
||||||
new boom.common.WithSmallBooms ++ // 1-wide BOOM
|
new boom.common.WithSmallBooms ++ // 1-wide BOOM
|
||||||
new boom.common.WithNBoomCores(1) ++ // single-core
|
new boom.common.WithNBoomCores(1) ++ // single-core
|
||||||
new freechips.rocketchip.system.BaseConfig) // "Base" rocketchip system
|
new freechips.rocketchip.system.BaseConfig) // "base" rocketchip system
|
||||||
|
|
||||||
class MediumBoomConfig extends Config(
|
class MediumBoomConfig extends Config(
|
||||||
new WithTop ++
|
new WithTop ++
|
||||||
|
|||||||
@@ -9,14 +9,14 @@ import freechips.rocketchip.config.{Config}
|
|||||||
// ---------------------
|
// ---------------------
|
||||||
|
|
||||||
class LargeBoomAndRocketConfig extends Config(
|
class LargeBoomAndRocketConfig extends Config(
|
||||||
new WithTop ++ // default top
|
new WithTop ++ // default top
|
||||||
new WithBootROM ++ // default bootrom
|
new WithBootROM ++ // default bootrom
|
||||||
new freechips.rocketchip.subsystem.WithInclusiveCache ++ // use Sifive l2
|
new freechips.rocketchip.subsystem.WithInclusiveCache ++ // use SiFive l2
|
||||||
new boom.common.WithRenumberHarts ++ // avoid hartid overlap
|
new boom.common.WithRenumberHarts ++ // avoid hartid overlap
|
||||||
new boom.common.WithLargeBooms ++ // 3-wide boom
|
new boom.common.WithLargeBooms ++ // 3-wide boom
|
||||||
new boom.common.WithNBoomCores(1) ++ // single-core boom
|
new boom.common.WithNBoomCores(1) ++ // single-core boom
|
||||||
new freechips.rocketchip.subsystem.WithNBigCores(1) ++ // single-core rocket
|
new freechips.rocketchip.subsystem.WithNBigCores(1) ++ // single-core rocket
|
||||||
new freechips.rocketchip.system.BaseConfig) // "Base" rocketchip system
|
new freechips.rocketchip.system.BaseConfig) // "base" rocketchip system
|
||||||
|
|
||||||
class HwachaLargeBoomAndHwachaRocketConfig extends Config(
|
class HwachaLargeBoomAndHwachaRocketConfig extends Config(
|
||||||
new WithTop ++
|
new WithTop ++
|
||||||
|
|||||||
Reference in New Issue
Block a user