From f47ee84ce2e9cb1e433797ed4d9911503c8315af Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Tue, 7 Dec 2010 21:33:37 +0000 Subject: [PATCH] Boris - med_IC phase corrected: --- trb_net16_med_16_IC.vhd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/trb_net16_med_16_IC.vhd b/trb_net16_med_16_IC.vhd index fee8d7b..33f3153 100644 --- a/trb_net16_med_16_IC.vhd +++ b/trb_net16_med_16_IC.vhd @@ -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'); -- 2.43.0