1
0

test configurations for both shrinking and growing TL -> MIF

This commit is contained in:
Howard Mao
2016-07-01 18:13:33 -07:00
parent e04e3d2571
commit b01871c3de
2 changed files with 9 additions and 0 deletions

View File

@ -497,6 +497,8 @@ class WithMIFDataBits(n: Int) extends Config(
class MIF128BitConfig extends Config(
new WithMIFDataBits(128) ++ new BaseConfig)
class MIF32BitConfig extends Config(
new WithMIFDataBits(32) ++ new BaseConfig)
class WithDmaController extends Config(
(pname, site, here) => pname match {