DualCoreConfig should be actually dual core

This commit is contained in:
Howard Mao
2018-04-10 00:47:22 -07:00
parent b8f369a4bd
commit 7dc738a831

View File

@@ -71,7 +71,7 @@ class WithFourMemChannels extends WithNMemoryChannels(4)
class DualCoreConfig extends Config(
// Core gets tacked onto existing list
new WithNBigCores(1) ++ new DefaultExampleConfig)
new WithNBigCores(2) ++ new DefaultExampleConfig)
class RV32ExampleConfig extends Config(
new WithRV32 ++ new DefaultExampleConfig)