]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Tue, 6 Nov 2012 12:08:27 +0000 (12:08 +0000)
committerhadeshyp <hadeshyp>
Tue, 6 Nov 2012 12:08:27 +0000 (12:08 +0000)
gbe2_ecp3/trb_net16_gbe_transmit_control.vhd

index fbdb2309af8191e53bc10fa7ecb0361af31d0399..cb82ce925baa389cecbdc93703571ee199b8a39a 100644 (file)
@@ -156,10 +156,10 @@ 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
+       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;