[clocks] Specify a default frequency for TraceGen

This commit is contained in:
David Biancolin
2020-09-25 10:03:46 -07:00
parent 7b8a954d04
commit 1b3514f95f

View File

@@ -10,6 +10,7 @@ class AbstractTraceGenConfig extends Config(
new chipyard.iobinders.WithTraceGenSuccessPunchthrough ++
new chipyard.config.WithTracegenSystem ++
new chipyard.config.WithNoSubsystemDrivenClocks ++
new chipyard.config.WithPeripheryBusFrequencyAsDefault ++
new freechips.rocketchip.subsystem.WithCoherentBusTopology ++
new freechips.rocketchip.groundtest.GroundTestBaseConfig)