Skip to content

Commit

Permalink
Merge pull request #1755 from ucb-bar/bcast-rocket
Browse files Browse the repository at this point in the history
Add BroadcastCoherence rocket config
  • Loading branch information
joonho3020 committed Jan 23, 2024
2 parents d36b05c + fb28227 commit 45f5fe8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ class QuadChannelRocketConfig extends Config(
new freechips.rocketchip.subsystem.WithNMemoryChannels(4) ++ // 4 AXI4 channels
new freechips.rocketchip.subsystem.WithNBigCores(1) ++
new chipyard.config.AbstractConfig)

class BroadcastCoherenceRocketConfig extends Config(
new chipyard.config.WithBroadcastManager ++ // Use broadcast-based coherence hub
new freechips.rocketchip.subsystem.WithNBigCores(1) ++
new chipyard.config.AbstractConfig)

0 comments on commit 45f5fe8

Please sign in to comment.