Fix bringup config timing

This commit is contained in:
Jerry Zhao
2023-11-17 14:42:26 -08:00
parent ff668a98ac
commit 9dc0c8fe75

View File

@@ -52,7 +52,9 @@ class NoCoresArty100TConfig extends Config(
new chipyard.config.WithBroadcastManager ++ // no l2
new chipyard.NoCoresConfig)
// This will fail to close timing above 50 MHz
class BringupArty100TConfig extends Config(
new WithArty100TSerialTLToGPIO ++
new WithArty100TTweaks(freqMHz = 75) ++
new WithArty100TTweaks(freqMHz = 50) ++
new testchipip.WithSerialTLClockDirection(provideClockFreqMHz = Some(50)) ++
new chipyard.ChipBringupHostConfig)