1
0
Fork 0

Configs: enable AHB for FPGAs

This commit is contained in:
Wesley W. Terpstra 2016-06-01 16:18:42 -07:00 committed by Andrew Waterman
parent ef27cc3a33
commit 5495705acf
1 changed files with 6 additions and 0 deletions

View File

@ -424,6 +424,12 @@ class WithBlockingL1 extends Config (
}
)
class WithAHB extends Config(
(pname, site, here) => pname match {
case TMemoryChannels => BusType.AHB
case NExtMMIOAHBChannels => 1
})
class DefaultFPGAConfig extends Config(new FPGAConfig ++ new BaseConfig)
class SmallConfig extends Config (