]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
the med_IC with the phase-shifter
authorhadeshyp <hadeshyp>
Tue, 7 Dec 2010 19:57:00 +0000 (19:57 +0000)
committerhadeshyp <hadeshyp>
Tue, 7 Dec 2010 19:57:00 +0000 (19:57 +0000)
Boris
CS: ----------------------------------------------------------------------

trb_net16_med_16_IC.vhd

index 16674256b7c5575c0867ee0735371850d2de27fc..fee8d7b128a28535b8e3dbc57e3d91c4060042cb 100644 (file)
@@ -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
       );