remove crossings in single clock domain

This commit is contained in:
alonamid
2021-06-02 21:26:29 -07:00
parent abd7bfa607
commit f2b56072a1

View File

@@ -109,8 +109,6 @@ class WithFireSimConfigTweaks extends Config(
new chipyard.config.WithMemoryBusFrequency(1000.0) ++
new chipyard.config.WithSystemBusFrequency(1000.0) ++
new chipyard.config.WithSystemBusFrequencyAsDefault ++ // All unspecified clock frequencies, notably the implicit clock, will use the sbus freq (1000 MHz)
new chipyard.config.WithAsynchrousMemoryBusCrossing ++
new testchipip.WithAsynchronousSerialSlaveCrossing ++
new WithFireSimDesignTweaks
)