Reduce BOOM default freq. (play it safe)
This commit is contained in:
@@ -60,7 +60,7 @@ class RocketVCU118Config extends Config(
|
|||||||
// DOC include end: AbstractVCU118 and Rocket
|
// DOC include end: AbstractVCU118 and Rocket
|
||||||
|
|
||||||
class BoomVCU118Config extends Config(
|
class BoomVCU118Config extends Config(
|
||||||
new WithFPGAFrequency(75) ++
|
new WithFPGAFrequency(50) ++
|
||||||
new WithVCU118Tweaks ++
|
new WithVCU118Tweaks ++
|
||||||
new chipyard.MegaBoomConfig)
|
new chipyard.MegaBoomConfig)
|
||||||
|
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ class RocketBringupConfig extends Config(
|
|||||||
new chipyard.RocketConfig)
|
new chipyard.RocketConfig)
|
||||||
|
|
||||||
class BoomBringupConfig extends Config(
|
class BoomBringupConfig extends Config(
|
||||||
new WithFPGAFrequency(70) ++
|
new WithFPGAFrequency(50) ++
|
||||||
new WithBringupAdditions ++
|
new WithBringupAdditions ++
|
||||||
new WithVCU118Tweaks ++
|
new WithVCU118Tweaks ++
|
||||||
new chipyard.MegaBoomConfig)
|
new chipyard.MegaBoomConfig)
|
||||||
|
|||||||
Reference in New Issue
Block a user