11package chipyard
22
3- import chipyard .config .AbstractConfig
43import chipyard .stage .phases .TargetDirKey
54import freechips .rocketchip .devices .tilelink .BootROMLocated
65import freechips .rocketchip .resources .BigIntHexContext
@@ -26,10 +25,10 @@ class RadianceBaseConfig extends Config(
2625 // the verilog source as well!
2726 new radiance.subsystem.WithSimtConfig (nWarps = 8 , nCoreLanes = 8 , nMemLanes = 8 , nSrcIds = 32 ) ++
2827 new chipyard.config.WithSystemBusWidth (bitWidth = 256 ) ++
29- new WithExtMemSize (BigInt (" 80000000" , 16 )) ++
30- new WithRadBootROM () ++
28+ new freechips.rocketchip.subsystem. WithExtMemSize (BigInt (" 80000000" , 16 )) ++
29+ new chipyard.config. WithRadBootROM () ++
3130 new radiance.subsystem.WithRadianceSimParams (true ) ++
32- new WithCacheBlockBytes (64 ) ++
31+ new freechips.rocketchip.subsystem. WithCacheBlockBytes (64 ) ++
3332 new freechips.rocketchip.subsystem.WithNMemoryChannels (2 ) ++
3433 new freechips.rocketchip.subsystem.WithEdgeDataBits (256 ) ++
3534
@@ -40,7 +39,7 @@ class RadianceBaseConfig extends Config(
4039 new chipyard.config.WithFrontBusFrequency (400.0 ) ++
4140 new chipyard.config.WithOffchipBusFrequency (400.0 ) ++
4241 new chipyard.harness.WithHarnessBinderClockFreqMHz (400.0 ) ++
43- new AbstractConfig )
42+ new chipyard.config. AbstractConfig )
4443
4544class RadianceFP16ClusterConfig extends Config (
4645 new radiance.subsystem.WithRadianceGemmini (location = InCluster (0 ), dim = 16 , accSizeInKB = 32 , tileSize = (8 , 4 , 8 ), dataType = RadianceGemminiDataType .FP16 ) ++
@@ -128,11 +127,11 @@ class RadianceFP16ClusterSynConfig extends Config(
128127
129128class Radiance4CFP16ClusterSynConfig extends Config (
130129 new radiance.subsystem.WithRadianceSimParams (false ) ++
131- new Radiance4CFP16ClusterConfig )
130+ new Radiance4CFP16ClusterConfig )
132131
133132class RadianceBigLittleClusterSynConfig extends Config (
134133 new radiance.subsystem.WithRadianceSimParams (false ) ++
135- new RadianceBigLittleClusterConfig )
134+ new RadianceBigLittleClusterConfig )
136135
137136class RadianceNoCacheConfig extends Config (
138137 new radiance.subsystem.WithRadianceCores (1 , useVxCache = false ) ++
@@ -147,11 +146,11 @@ class RadianceNoCoalConfig extends Config(
147146class RadianceEmulatorConfig extends Config (
148147 new radiance.subsystem.WithEmulatorCores (1 , useVxCache = false ) ++
149148 new radiance.subsystem.WithSimtConfig (nMemLanes = 4 , nSrcIds = 4 ) ++
150- new AbstractConfig )
149+ new chipyard.config. AbstractConfig )
151150
152151class RadianceFuzzerConfig extends Config (
153152 new radiance.subsystem.WithFuzzerCores (1 , useVxCache = false ) ++
154153 new radiance.subsystem.WithCoalescer (nNewSrcIds = 2 ) ++
155154 new radiance.subsystem.WithSimtConfig (nMemLanes = 4 , nSrcIds = 2 ) ++
156155 new chipyard.config.WithSystemBusWidth (bitWidth = 256 ) ++
157- new AbstractConfig )
156+ new chipyard.config. AbstractConfig )
0 commit comments