From: hadeshyp Date: Tue, 7 Dec 2010 19:57:00 +0000 (+0000) Subject: the med_IC with the phase-shifter X-Git-Tag: oldGBE~141 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=255271c8070fe27af0528f8be5a94eee8a24f1fb;p=trbnet.git the med_IC with the phase-shifter Boris CS: ---------------------------------------------------------------------- --- diff --git a/trb_net16_med_16_IC.vhd b/trb_net16_med_16_IC.vhd index 1667425..fee8d7b 100644 --- a/trb_net16_med_16_IC.vhd +++ b/trb_net16_med_16_IC.vhd @@ -7,6 +7,9 @@ use work.trb_net_std.all; use work.trb_net_components.all; entity trb_net16_med_16_IC is + generic( + DATA_CLK_OUT_PHASE : std_logic := '1' + ); port( CLK : in std_logic; CLK_EN : in std_logic; @@ -260,7 +263,8 @@ begin THE_CLK_OUT : ddr_off port map( Clk => CLK, - Data => "10", + Data(0) => DATA_CLK_OUT_PHASE, + Data(1) => not DATA_CLK_OUT_PHASE, Q(0) => DATA_CLK_OUT );