Skip to content

Commit

Permalink
Fix ChipBringupHostConfig cbus freq
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Oct 22, 2023
1 parent 1e26618 commit 2ffd52e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ class ChipBringupHostConfig extends Config(
new chipyard.config.WithFrontBusFrequency(75.0) ++ // run all buses of this system at 75 MHz
new chipyard.config.WithMemoryBusFrequency(75.0) ++
new chipyard.config.WithPeripheryBusFrequency(75.0) ++
new chipyard.config.WithControlBusFrequency(75.0) ++

// Base is the no-cores config
new chipyard.NoCoresConfig)
Expand Down

0 comments on commit 2ffd52e

Please sign in to comment.