]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
Boris - med_IC phase corrected:
authorhadeshyp <hadeshyp>
Tue, 7 Dec 2010 21:33:37 +0000 (21:33 +0000)
committerhadeshyp <hadeshyp>
Tue, 7 Dec 2010 21:33:37 +0000 (21:33 +0000)
trb_net16_med_16_IC.vhd

index fee8d7b128a28535b8e3dbc57e3d91c4060042cb..33f3153fcea12020feed9d9c588db5a940772ddb 100644 (file)
@@ -263,8 +263,8 @@ begin
   THE_CLK_OUT : ddr_off
     port map(
       Clk   => CLK,
-      Data(0)  => DATA_CLK_OUT_PHASE,
-      Data(1)  => not DATA_CLK_OUT_PHASE,
+      Data(0)  => not DATA_CLK_OUT_PHASE,
+      Data(1)  => DATA_CLK_OUT_PHASE,
       Q(0)  => DATA_CLK_OUT
       );
 
@@ -475,7 +475,8 @@ begin
   STAT_DEBUG(6)            <= buf_MED_READ_OUT;
   STAT_DEBUG(7)            <= resync_received;
   STAT_DEBUG(15 downto 8)  <= reg_DATA_IN(7 downto 0);
-  STAT_DEBUG(31 downto 16) <= buf_DATA_OUT;
+  STAT_DEBUG(18 downto 16) <= state_bits;
+  STAT_DEBUG(31 downto 19) <= buf_DATA_OUT(12 downto 0);
 
   STAT_DEBUG(63 downto 32) <= (others => '0');