m-labs / misoc

The original high performance and small footprint system-on-chip based on Migen™
https://m-labs.hk
Other
306 stars 85 forks source link

EFC/Kasli: Add sys5x clock domain #137

Closed occheung closed 1 year ago

occheung commented 1 year ago

This PR adds the sys5x clock domain to Kasli _RTIOSysCRG (optional, default disabled) and EFC.

Memory test are passing for both Kasli v2.0 and EFC.

sbourdeauducq commented 1 year ago

Kasli _RTIOSysCRG (optional, default disabled)

It would be better if the MMCM configuration stays completely intact when it is disabled, so we can just disable it on release-7 and not worry about introducing regressions.

Disabling it right now doesn't seem to do much, Vivado would probably remove the unused BUFG on its own already.