phy_cdc: Allow unlimited clock ratios

Actually, assuming that each clock domain is fast enough for 10 MBit/s,
there is no problem running crazy ratios.
This commit is contained in:
Markus Koch 2024-07-06 18:05:00 +02:00
parent 943febcb99
commit 21a0d0e69a

View File

@ -47,8 +47,6 @@ architecture rtl of trashernet_phy_cdc is
signal rx_data_i : byte;
begin
assert F_CLK_PHY > 2 * F_CLK report "F_CLK_PHY must be at least 2x F_CLK" severity failure;
-- -------------------------------------------------------------------------
-- Drives: PHY clock domain
-- -------------------------------------------------------------------------