1
0

apb: add a TileLink to APB bridge and unittest it

This commit is contained in:
Wesley W. Terpstra
2016-12-15 14:16:01 -08:00
parent ed091f55e6
commit 16febe7e94
3 changed files with 103 additions and 1 deletions

View File

@ -33,6 +33,7 @@ class WithUncoreUnitTests extends Config(
Module(new uncore.converters.TileLinkWidthAdapterTest()),
Module(new uncore.tilelink2.TLFuzzRAMTest),
Module(new uncore.ahb.AHBBridgeTest),
Module(new uncore.apb.APBBridgeTest),
Module(new uncore.axi4.AXI4LiteFuzzRAMTest),
Module(new uncore.axi4.AXI4FullFuzzRAMTest),
Module(new uncore.axi4.AXI4BridgeTest)) }