Skip to content

Commit

Permalink
Add BroadcastCoherence rocket config
Browse files Browse the repository at this point in the history
For minimal-area experiments
  • Loading branch information
jerryz123 authored Jan 23, 2024
1 parent de20656 commit fb28227
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 fb28227

Please sign in to comment.