LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Sponsors
  • Mirrors
  • Logos
  • Contact us
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Cvs-checkins > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: OpenCores CVS Agent<cvs@o...>
    Date: Thu Jan 20 14:45:10 CET 2005
    Subject: [cvs-checkins] MODIFIED: usbhostslave ...
    Top
    Date: 00/05/01 20:14:45

    Modified: usbhostslave/RTL/include usbConstants_h.v usbHostControl_h.v
    usbSerialInterfaceEngine_h.v usbSlaveControl_h.v
    wishBoneBus_h.v
    Log:
    Fixed bus turn-around problems, added version number


    Revision Changes Path
    1.3 +0 -8 usbhostslave/RTL/include/usbConstants_h.v

    http://www.opencores.org/cvsweb.shtml/usbhostslave/RTL/include/usbConstants_h.v.diff?r1=1.2&r2=1.3

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: usbConstants_h.v
    ===================================================================
    RCS file: /cvsroot/sfielding/usbhostslave/RTL/include/usbConstants_h.v,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -b -r1.2 -r1.3
    --- usbConstants_h.v 18 Dec 2004 14:36:13 -0000 1.2
    +++ usbConstants_h.v 20 Jan 2005 13:41:28 -0000 1.3
    @@ -1,16 +1,5 @@
    //////////////////////////////////////////////////////////////////////
    //// usbConstants_h.v
    -//
    -// $Id: usbConstants_h.v,v 1.2 2004/12/18 14:36:13 sfielding Exp $
    -//
    -// CVS Revision History
    -//
    -// $Log: usbConstants_h.v,v $
    -// Revision 1.2 2004/12/18 14:36:13 sfielding
    -// Removed html documentation
    -//
    -// Revision 1.1.1.1 2004/10/11 04:00:57 sfielding
    -// Created
    ///////////////////////////////////////////////////////////////////////

    `ifdef usbConstants_h_vdefined



    1.4 +0 -7 usbhostslave/RTL/include/usbHostControl_h.v

    http://www.opencores.org/cvsweb.shtml/usbhostslave/RTL/include/usbHostControl_h.v.diff?r1=1.3&r2=1.4

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: usbHostControl_h.v
    ===================================================================
    RCS file: /cvsroot/sfielding/usbhostslave/RTL/include/usbHostControl_h.v,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -b -r1.3 -r1.4
    --- usbHostControl_h.v 31 Dec 2004 14:40:42 -0000 1.3
    +++ usbHostControl_h.v 20 Jan 2005 13:41:29 -0000 1.4
    @@ -1,15 +1,5 @@
    //////////////////////////////////////////////////////////////////////
    // usbHostControl_h.v
    -// $Id: usbHostControl_h.v,v 1.3 2004/12/31 14:40:42 sfielding Exp $
    -//
    -// CVS Revision History
    -//
    -// $Log: usbHostControl_h.v,v $
    -// Revision 1.3 2004/12/31 14:40:42 sfielding
    -// Fixed some blocking assignments, changed module name, fixed SOF_TX_TIME
    -//
    -// Revision 1.1.1.1 2004/10/11 04:00:57 sfielding
    -// Created
    //////////////////////////////////////////////////////////////////////

    `ifdef usbHostControl_h_vdefined



    1.3 +3 -10 usbhostslave/RTL/include/usbSerialInterfaceEngine_h.v

    http://www.opencores.org/cvsweb.shtml/usbhostslave/RTL/include/usbSerialInterfaceEngine_h.v.diff?r1=1.2&r2=1.3

    (In the diff below, changes in quantity of whitespace are not shown.)

    Index: usbSerialInterfaceEngine_h.v
    ===================================================================
    RCS file: /cvsroot/sfielding/usbhostslave/RTL/include/usbSerialInterfaceEngine_h.v,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -b -r1.2 -r1.3
    --- usbSerialInterfaceEngine_h.v 18 Dec 2004 14:36:13 -0000 1.2
    +++ usbSerialInterfaceEngine_h.v 20 Jan 2005 13:41:30 -0000 1.3
    @@ -1,24 +1,14 @@
    //////////////////////////////////////////////////////////////////////
    // usbSerialInterfaceEngine_h.v
    -//
    -// $Id: usbSerialInterfaceEngine_h.v,v 1.2 2004/12/18 14:36:13 sfielding Exp $
    -//
    -// CVS Revision History
    -//
    -// $Log: usbSerialInterfaceEngine_h.v,v $
    -// Revision 1.2 2004/12/18 14:36:13 sfielding
    -// Removed html documentation
    -// -// Revision 1.1.1.1 2004/10/11 04:00:57 sfielding -// Created ////////////////////////////////////////////////////////////////////// `ifdef usbSerialInterfaceEngine_h_vdefined `else `define usbSerialInterfaceEngine_h_vdefined - // Sampling at 'OVER_SAMPLE_RATE' * full speed bit rate -`define OVER_SAMPLE_RATE 4 + // Sampling frequency = 'FS_OVER_SAMPLE_RATE' * full speed bit rate = 'LS_OVER_SAMPLE_RATE' * low speed bit rate +`define FS_OVER_SAMPLE_RATE 4 +`define LS_OVER_SAMPLE_RATE 32 //timeOuts `define RX_PACKET_TOUT 18 1.4 +0 -8 usbhostslave/RTL/include/usbSlaveControl_h.v http://www.opencores.org/cvsweb.shtml/usbhostslave/RTL/include/usbSlaveControl_h.v.diff?r1=1.3&r2=1.4 (In the diff below, changes in quantity of whitespace are not shown.) Index: usbSlaveControl_h.v =================================================================== RCS file: /cvsroot/sfielding/usbhostslave/RTL/include/usbSlaveControl_h.v,v retrieving revision 1.3 retrieving revision 1.4 diff -u -b -r1.3 -r1.4 --- usbSlaveControl_h.v 31 Dec 2004 14:40:42 -0000 1.3 +++ usbSlaveControl_h.v 20 Jan 2005 13:41:32 -0000 1.4 @@ -1,16 +1,5 @@ ////////////////////////////////////////////////////////////////////// // usbSlaveControl.v -// -// $Id: usbSlaveControl_h.v,v 1.3 2004/12/31 14:40:42 sfielding Exp $ -// -// CVS Revision History -// -// $Log: usbSlaveControl_h.v,v $ -// Revision 1.3 2004/12/31 14:40:42 sfielding -// Fixed some blocking assignments, changed module name, fixed SOF_TX_TIME -// -// Revision 1.1.1.1 2004/10/11 04:00:57 sfielding -// Created ////////////////////////////////////////////////////////////////////// `ifdef usbSlaveControl_h_vdefined 1.3 +0 -7 usbhostslave/RTL/include/wishBoneBus_h.v http://www.opencores.org/cvsweb.shtml/usbhostslave/RTL/include/wishBoneBus_h.v.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: wishBoneBus_h.v =================================================================== RCS file: /cvsroot/sfielding/usbhostslave/RTL/include/wishBoneBus_h.v,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- wishBoneBus_h.v 18 Dec 2004 14:36:13 -0000 1.2 +++ wishBoneBus_h.v 20 Jan 2005 13:41:33 -0000 1.3 @@ -1,15 +1,5 @@ ////////////////////////////////////////////////////////////////////// // wishBoneBus_h.v -// $Id: wishBoneBus_h.v,v 1.2 2004/12/18 14:36:13 sfielding Exp $ -// -// CVS Revision History -// -// $Log: wishBoneBus_h.v,v $ -// Revision 1.2 2004/12/18 14:36:13 sfielding -// Removed html documentation -// -// Revision 1.1.1.1 2004/10/11 04:00:57 sfielding -// Created ////////////////////////////////////////////////////////////////////// `ifdef wishBoneBus_h_vdefined

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.