Skip to content

Commit

Permalink
add WithCoherentBusTopology to BaseFPGAConfig (#2787)
Browse files Browse the repository at this point in the history
  • Loading branch information
tswanson-cs authored Feb 26, 2021
1 parent f9397cf commit ca2567e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/system/Configs.scala
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ class MMIOPortOnlyConfig extends Config(
new DefaultConfig
)

class BaseFPGAConfig extends Config(new BaseConfig)
class BaseFPGAConfig extends Config(new BaseConfig ++ new WithCoherentBusTopology)
class DefaultFPGAConfig extends Config(new WithNSmallCores(1) ++ new BaseFPGAConfig)

0 comments on commit ca2567e

Please sign in to comment.