From: hadeshyp Date: Tue, 7 Dec 2010 19:57:54 +0000 (+0000) Subject: added a generic for the med_16_IC component (Phase) X-Git-Tag: oldGBE~140 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=01f717f3a2dcd951950b6a2f106d9b9f6fd18560;p=trbnet.git added a generic for the med_16_IC component (Phase) Boris --- diff --git a/trb_net_components.vhd b/trb_net_components.vhd index 11bc957..99aa5b2 100644 --- a/trb_net_components.vhd +++ b/trb_net_components.vhd @@ -1863,6 +1863,9 @@ end component; component trb_net16_med_16_IC is + generic( + DATA_CLK_OUT_PHASE : std_logic := '1' + ); port( CLK : in std_logic; CLK_EN : in std_logic;