]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Thu, 15 Nov 2012 18:21:42 +0000 (18:21 +0000)
committerhadeshyp <hadeshyp>
Thu, 15 Nov 2012 18:21:42 +0000 (18:21 +0000)
gbe2_ecp3/trb_net16_gbe_transmit_control.vhd

index 9a3354795c6709f10463544115aeaf2d2517c04f..39ae703f70ff5b8462a3e33b827d9bd2fb15cf7a 100644 (file)
@@ -156,14 +156,14 @@ begin
        when IDLE =>
                state <= x"1";
                if (FC_READY_IN = '1') then
-                       if (MC_TRANSMIT_DATA_IN = '1') then
-                               tx_next_state <= TRANSMIT_DATA;
-                       elsif (MC_TRANSMIT_CTRL_IN = '1') then
-                               tx_next_state <= TRANSMIT_CTRL;
---                     if (MC_TRANSMIT_CTRL_IN = '1') then
---                             tx_next_state <= TRANSMIT_CTRL;
---                     elsif (MC_TRANSMIT_DATA_IN = '1') then
+--                     if (MC_TRANSMIT_DATA_IN = '1') then
 --                             tx_next_state <= TRANSMIT_DATA;
+--                     elsif (MC_TRANSMIT_CTRL_IN = '1') then
+--                             tx_next_state <= TRANSMIT_CTRL;
+                       if (MC_TRANSMIT_CTRL_IN = '1') then
+                               tx_next_state <= TRANSMIT_CTRL;
+                       elsif (MC_TRANSMIT_DATA_IN = '1') then
+                               tx_next_state <= TRANSMIT_DATA;
                        else
                                tx_next_state <= IDLE;
                        end if;