From 255271c8070fe27af0528f8be5a94eee8a24f1fb Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Tue, 7 Dec 2010 19:57:00 +0000 Subject: [PATCH] the med_IC with the phase-shifter Boris CS: ---------------------------------------------------------------------- --- trb_net16_med_16_IC.vhd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ); -- 2.43.0