|
Message
From: OpenCores CVS Agent<cvs@o...>
Date: Fri Jan 21 06:14:17 CET 2005
Subject: [cvs-checkins] MODIFIED: usbhostslave ...
Date: 00/05/01 21:06:14 Added: usbhostslave/RTL/include usbHostSlave_h.v Log: Added version number Revision Changes Path 1.1 usbhostslave/RTL/include/usbHostSlave_h.v http://www.opencores.org/cvsweb.shtml/usbhostslave/RTL/include/usbHostSlave_h.v?rev=1.1&content-type=text/x-cvsweb-markup Index: usbHostSlave_h.v =================================================================== ////////////////////////////////////////////////////////////////////// // usbHostSlave_h.v ////////////////////////////////////////////////////////////////////// `ifdef usbHostSlave_h_vdefined `else `define usbHostSlave_h_vdefined `define USBHOSTSLAVE_VERSION_NUM 8'h05 //Host slave common registers `define HOST_SLAVE_CONTROL_REG 1'b0 `define HOST_SLAVE_VERSION_REG 1'b1 `endif //usbHostSlave_h_vdefined
|