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

Subversion Repositories usbhostslave

[/] [usbhostslave/] [trunk/] [RTL/] [serialInterfaceEngine/] [usbSerialInterfaceEngine.v] - Diff between revs 14 and 20

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 14 Rev 20
Line 66... Line 66...
  SIEPortTxRdy,
  SIEPortTxRdy,
  SIEPortWEn,
  SIEPortWEn,
    //lineControlUpdate
    //lineControlUpdate
  fullSpeedPolarity,
  fullSpeedPolarity,
  fullSpeedBitRate,
  fullSpeedBitRate,
  noActivityTimeOut
  noActivityTimeOut,
 
  noActivityTimeOutEnable
);
);
 
 
input clk, rst;
input clk, rst;
//readUSBWireData
//readUSBWireData
input [1:0] USBWireDataIn;
input [1:0] USBWireDataIn;
output USBWireDataInTick;
output USBWireDataInTick;
 
output noActivityTimeOut;
 
input noActivityTimeOutEnable;
 
 
//writeUSBWireData
//writeUSBWireData
output [1:0] USBWireDataOut;
output [1:0] USBWireDataOut;
output USBWireCtrlOut;
output USBWireCtrlOut;
output noActivityTimeOut;
 
output USBWireDataOutTick;
output USBWireDataOutTick;
 
 
//SIEReceiver
//SIEReceiver
output [1:0] connectState;
output [1:0] connectState;
//processRxBit
//processRxBit
Line 375... Line 377...
  .fullSpeedRate(fullSpeedBitRate),
  .fullSpeedRate(fullSpeedBitRate),
  .TxWireActiveDrive(TxWireActiveDrive),
  .TxWireActiveDrive(TxWireActiveDrive),
  .clk(clk),
  .clk(clk),
  .rst(rst),
  .rst(rst),
  .noActivityTimeOut(noActivityTimeOut),
  .noActivityTimeOut(noActivityTimeOut),
  .RxWireActive(RxWireActive)
  .RxWireActive(RxWireActive),
 
  .noActivityTimeOutEnable(noActivityTimeOutEnable)
  );
  );
 
 
 
 
endmodule
endmodule
 
 

powered by: WebSVN 2.1.0

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