URL
https://opencores.org/ocsvn/usbhostslave/usbhostslave/trunk
Subversion Repositories usbhostslave
[/] [usbhostslave/] [trunk/] [RTL/] [include/] [usbHostSlave_h.v] - Rev 12
Go to most recent revision | Compare with Previous | Blame | View Log
////////////////////////////////////////////////////////////////////// // usbHostSlave_h.v ////////////////////////////////////////////////////////////////////// `ifdef usbHostSlave_h_vdefined `else `define usbHostSlave_h_vdefined // Version 6 - Feb 4th 2005. Fixed bit stuffing and de-stuffing. This version succesfully supports // control reads and writes to USB flash dongle `define USBHOSTSLAVE_VERSION_NUM 8'h06 //Host slave common registers `define HOST_SLAVE_CONTROL_REG 1'b0 `define HOST_SLAVE_VERSION_REG 1'b1 `endif //usbHostSlave_h_vdefined
Go to most recent revision | Compare with Previous | Blame | View Log