From 3112364f1cc0efc05d49ce38d9f1fcca56ce5afe Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Mon, 24 Mar 2014 17:53:24 +0100 Subject: [PATCH] corrected libs for ECP3 serdesses --- media_interfaces/trb_net16_med_ecp3_sfp.vhd | 1 + media_interfaces/trb_net16_med_ecp3_sfp_4.vhd | 2 ++ media_interfaces/trb_net16_med_ecp3_sfp_4_onboard.vhd | 2 ++ 3 files changed, 5 insertions(+) diff --git a/media_interfaces/trb_net16_med_ecp3_sfp.vhd b/media_interfaces/trb_net16_med_ecp3_sfp.vhd index 2451b38..e05e481 100644 --- a/media_interfaces/trb_net16_med_ecp3_sfp.vhd +++ b/media_interfaces/trb_net16_med_ecp3_sfp.vhd @@ -8,6 +8,7 @@ USE IEEE.numeric_std.all; library work; use work.trb_net_std.all; use work.trb_net_components.all; +use work.trb3_components.all; entity trb_net16_med_ecp3_sfp is generic( diff --git a/media_interfaces/trb_net16_med_ecp3_sfp_4.vhd b/media_interfaces/trb_net16_med_ecp3_sfp_4.vhd index 100d65c..ba4dfc5 100644 --- a/media_interfaces/trb_net16_med_ecp3_sfp_4.vhd +++ b/media_interfaces/trb_net16_med_ecp3_sfp_4.vhd @@ -10,6 +10,8 @@ use ieee.numeric_std.all; library work; use work.trb_net_std.all; use work.trb_net_components.all; +use work.trb3_components.all; + entity trb_net16_med_ecp3_sfp_4 is generic( diff --git a/media_interfaces/trb_net16_med_ecp3_sfp_4_onboard.vhd b/media_interfaces/trb_net16_med_ecp3_sfp_4_onboard.vhd index cf81e6f..8745523 100644 --- a/media_interfaces/trb_net16_med_ecp3_sfp_4_onboard.vhd +++ b/media_interfaces/trb_net16_med_ecp3_sfp_4_onboard.vhd @@ -10,6 +10,8 @@ use ieee.numeric_std.all; library work; use work.trb_net_std.all; use work.trb_net_components.all; +use work.trb3_components.all; + entity trb_net16_med_ecp3_sfp_4_onboard is generic( -- 2.43.0