coreplex => subsystem
This commit is contained in:
		| @@ -7,7 +7,7 @@ import freechips.rocketchip.amba.ahb._ | ||||
| import freechips.rocketchip.amba.apb._ | ||||
| import freechips.rocketchip.amba.axi4._ | ||||
| import freechips.rocketchip.config._ | ||||
| import freechips.rocketchip.coreplex.{BaseCoreplexConfig} | ||||
| import freechips.rocketchip.subsystem.{BaseSubsystemConfig} | ||||
| import freechips.rocketchip.devices.tilelink._ | ||||
| import freechips.rocketchip.tilelink._ | ||||
|  | ||||
| @@ -79,7 +79,7 @@ class WithTLXbarUnitTests extends Config((site, here, up) => { | ||||
|       Module(new TLMulticlientXbarTest(4,4, txns=2*txns, timeout=timeout)) ) } | ||||
| }) | ||||
|  | ||||
| class AMBAUnitTestConfig extends Config(new WithAMBAUnitTests ++ new WithTestDuration(10) ++ new BaseCoreplexConfig) | ||||
| class TLSimpleUnitTestConfig extends Config(new WithTLSimpleUnitTests ++ new WithTestDuration(10) ++ new BaseCoreplexConfig) | ||||
| class TLWidthUnitTestConfig extends Config(new WithTLWidthUnitTests ++ new WithTestDuration(10) ++ new BaseCoreplexConfig) | ||||
| class TLXbarUnitTestConfig extends Config(new WithTLXbarUnitTests ++ new WithTestDuration(10) ++ new BaseCoreplexConfig) | ||||
| class AMBAUnitTestConfig extends Config(new WithAMBAUnitTests ++ new WithTestDuration(10) ++ new BaseSubsystemConfig) | ||||
| class TLSimpleUnitTestConfig extends Config(new WithTLSimpleUnitTests ++ new WithTestDuration(10) ++ new BaseSubsystemConfig) | ||||
| class TLWidthUnitTestConfig extends Config(new WithTLWidthUnitTests ++ new WithTestDuration(10) ++ new BaseSubsystemConfig) | ||||
| class TLXbarUnitTestConfig extends Config(new WithTLXbarUnitTests ++ new WithTestDuration(10) ++ new BaseSubsystemConfig) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user