OpenCores
URL https://opencores.org/ocsvn/usbhostslave/usbhostslave/trunk

Subversion Repositories usbhostslave

[/] [usbhostslave/] [trunk/] [RTL/] [serialInterfaceEngine/] [SIETransmitter.v] - Diff between revs 40 and 43

Show entire file | Details | Blame | View Log

Rev 40 Rev 43
Line 434... Line 434...
      if (processTxByteRdy == 1'b1)
      if (processTxByteRdy == 1'b1)
      begin
      begin
        NextState_SIETx <= `PKT_ST_SPCL_PKT_SENT;
        NextState_SIETx <= `PKT_ST_SPCL_PKT_SENT;
        next_processTxByteWEn <= 1'b1;
        next_processTxByteWEn <= 1'b1;
        next_TxByteOut <= SIEPortData;
        next_TxByteOut <= SIEPortData;
 
        if (SIEPortData[3:0] == `PREAMBLE)
 
          next_TxByteOutCtrl <= `DATA_STOP_PRE;
 
        else
        next_TxByteOutCtrl <= `DATA_STOP;
        next_TxByteOutCtrl <= `DATA_STOP;
      end
      end
    `PKT_ST_TKN_BYTE1_PKT_SENT1:
    `PKT_ST_TKN_BYTE1_PKT_SENT1:
    begin
    begin
      next_processTxByteWEn <= 1'b0;
      next_processTxByteWEn <= 1'b0;
Line 710... Line 713...
    USBWireFullSpeedRate <= next_USBWireFullSpeedRate;
    USBWireFullSpeedRate <= next_USBWireFullSpeedRate;
  end
  end
end
end
 
 
endmodule
endmodule
 No newline at end of file
 No newline at end of file
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.