From 21a0d0e69aeacf9747bfac0262e0d7ca30a691d9 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Sat, 6 Jul 2024 18:05:00 +0200 Subject: [PATCH] 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. --- trashernet/trashernet_phy_cdc.vhd | 2 -- 1 file changed, 2 deletions(-) diff --git a/trashernet/trashernet_phy_cdc.vhd b/trashernet/trashernet_phy_cdc.vhd index 6d73c37..853f503 100644 --- a/trashernet/trashernet_phy_cdc.vhd +++ b/trashernet/trashernet_phy_cdc.vhd @@ -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 -- -------------------------------------------------------------------------