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:36:03 CET 2005
    Subject: [cvs-checkins] MODIFIED: usbhostslave ...
    Top
    Date: 00/05/01 20:14:36

    Modified: usbhostslave/RTL/buffers RxFifo.v RxFifoBI.v TxFifo.v
    TxFifoBI.v fifoMem.v fifoRTL.v simFifoMem.v
    Log:
    Fixed bus turn-around problems, added version number


    Revision Changes Path
    1.3 +0 -10 usbhostslave/RTL/buffers/RxFifo.v

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

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

    Index: RxFifo.v
    ===================================================================
    RCS file: /cvsroot/sfielding/usbhostslave/RTL/buffers/RxFifo.v,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -b -r1.2 -r1.3
    --- RxFifo.v 18 Dec 2004 14:36:05 -0000 1.2
    +++ RxFifo.v 20 Jan 2005 13:34:29 -0000 1.3
    @@ -43,19 +43,6 @@
    //// ////
    //////////////////////////////////////////////////////////////////////
    //
    -// $Id: RxFifo.v,v 1.2 2004/12/18 14:36:05 sfielding Exp $
    -//
    -// CVS Revision History
    -//
    -// $Log: RxFifo.v,v $
    -// Revision 1.2 2004/12/18 14:36:05 sfielding
    -// Removed html documentation
    -//
    -// Revision 1.1.1.1 2004/10/11 04:00:51 sfielding
    -// Created
    -//
    -//
    -
    `timescale 1ns / 1ps

    module RxFifo(



    1.3 +0 -10 usbhostslave/RTL/buffers/RxFifoBI.v

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

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

    Index: RxFifoBI.v
    ===================================================================
    RCS file: /cvsroot/sfielding/usbhostslave/RTL/buffers/RxFifoBI.v,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -b -r1.2 -r1.3
    --- RxFifoBI.v 18 Dec 2004 14:36:06 -0000 1.2
    +++ RxFifoBI.v 20 Jan 2005 13:34:34 -0000 1.3
    @@ -41,19 +41,6 @@
    //// ////
    //////////////////////////////////////////////////////////////////////
    //
    -// $Id: RxFifoBI.v,v 1.2 2004/12/18 14:36:06 sfielding Exp $
    -//
    -// CVS Revision History
    -//
    -// $Log: RxFifoBI.v,v $
    -// Revision 1.2 2004/12/18 14:36:06 sfielding
    -// Removed html documentation
    -//
    -// Revision 1.1.1.1 2004/10/11 04:00:51 sfielding
    -// Created
    -//
    -//
    -
    `include "wishBoneBus_h.v"

    module RxfifoBI (



    1.3 +0 -10 usbhostslave/RTL/buffers/TxFifo.v

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

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

    Index: TxFifo.v
    ===================================================================
    RCS file: /cvsroot/sfielding/usbhostslave/RTL/buffers/TxFifo.v,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -b -r1.2 -r1.3
    --- TxFifo.v 18 Dec 2004 14:36:06 -0000 1.2
    +++ TxFifo.v 20 Jan 2005 13:34:36 -0000 1.3
    @@ -43,19 +43,6 @@
    //// ////
    //////////////////////////////////////////////////////////////////////
    //
    -// $Id: TxFifo.v,v 1.2 2004/12/18 14:36:06 sfielding Exp $
    -// -// CVS Revision History -// -// $Log: TxFifo.v,v $ -// Revision 1.2 2004/12/18 14:36:06 sfielding -// Removed html documentation -// -// Revision 1.1.1.1 2004/10/11 04:00:51 sfielding -// Created -// -// - `timescale 1ns / 1ps module TxFifo( 1.3 +0 -10 usbhostslave/RTL/buffers/TxFifoBI.v http://www.opencores.org/cvsweb.shtml/usbhostslave/RTL/buffers/TxFifoBI.v.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: TxFifoBI.v =================================================================== RCS file: /cvsroot/sfielding/usbhostslave/RTL/buffers/TxFifoBI.v,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- TxFifoBI.v 18 Dec 2004 14:36:06 -0000 1.2 +++ TxFifoBI.v 20 Jan 2005 13:34:37 -0000 1.3 @@ -41,19 +41,6 @@ //// //// ////////////////////////////////////////////////////////////////////// // -// $Id: TxFifoBI.v,v 1.2 2004/12/18 14:36:06 sfielding Exp $ -// -// CVS Revision History -// -// $Log: TxFifoBI.v,v $ -// Revision 1.2 2004/12/18 14:36:06 sfielding -// Removed html documentation -// -// Revision 1.1.1.1 2004/10/11 04:00:51 sfielding -// Created -// -// - `include "wishBoneBus_h.v" module TxfifoBI ( 1.3 +0 -10 usbhostslave/RTL/buffers/fifoMem.v http://www.opencores.org/cvsweb.shtml/usbhostslave/RTL/buffers/fifoMem.v.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: fifoMem.v =================================================================== RCS file: /cvsroot/sfielding/usbhostslave/RTL/buffers/fifoMem.v,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- fifoMem.v 18 Dec 2004 14:36:06 -0000 1.2 +++ fifoMem.v 20 Jan 2005 13:34:38 -0000 1.3 @@ -41,19 +41,6 @@ //// //// ////////////////////////////////////////////////////////////////////// // -// $Id: fifoMem.v,v 1.2 2004/12/18 14:36:06 sfielding Exp $ -// -// CVS Revision History -// -// $Log: fifoMem.v,v $ -// Revision 1.2 2004/12/18 14:36:06 sfielding -// Removed html documentation -// -// Revision 1.1.1.1 2004/10/11 04:00:51 sfielding -// Created -// -// - `timescale 1ns / 1ps module fifoMem( addrIn, addrOut, clk, dataIn, writeEn, readEn, dataOut); 1.3 +0 -10 usbhostslave/RTL/buffers/fifoRTL.v http://www.opencores.org/cvsweb.shtml/usbhostslave/RTL/buffers/fifoRTL.v.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: fifoRTL.v =================================================================== RCS file: /cvsroot/sfielding/usbhostslave/RTL/buffers/fifoRTL.v,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- fifoRTL.v 18 Dec 2004 14:36:06 -0000 1.2 +++ fifoRTL.v 20 Jan 2005 13:34:38 -0000 1.3 @@ -44,19 +44,6 @@ //// //// ////////////////////////////////////////////////////////////////////// // -// $Id: fifoRTL.v,v 1.2 2004/12/18 14:36:06 sfielding Exp $ -// -// CVS Revision History -// -// $Log: fifoRTL.v,v $ -// Revision 1.2 2004/12/18 14:36:06 sfielding -// Removed html documentation -// -// Revision 1.1.1.1 2004/10/11 04:00:51 sfielding -// Created -// -// - `timescale 1ns / 1ps module fifoRTL(clk, rst, dataIn, dataOut, fifoWEn, fifoREn, fifoFull, fifoEmpty, forceEmpty, numElementsInFifo); 1.3 +0 -10 usbhostslave/RTL/buffers/simFifoMem.v http://www.opencores.org/cvsweb.shtml/usbhostslave/RTL/buffers/simFifoMem.v.diff?r1=1.2&r2=1.3 (In the diff below, changes in quantity of whitespace are not shown.) Index: simFifoMem.v =================================================================== RCS file: /cvsroot/sfielding/usbhostslave/RTL/buffers/simFifoMem.v,v retrieving revision 1.2 retrieving revision 1.3 diff -u -b -r1.2 -r1.3 --- simFifoMem.v 18 Dec 2004 14:36:06 -0000 1.2 +++ simFifoMem.v 20 Jan 2005 13:34:40 -0000 1.3 @@ -41,19 +41,6 @@ //// //// ////////////////////////////////////////////////////////////////////// // -// $Id: simFifoMem.v,v 1.2 2004/12/18 14:36:06 sfielding Exp $ -// -// CVS Revision History -// -// $Log: simFifoMem.v,v $ -// Revision 1.2 2004/12/18 14:36:06 sfielding -// Removed html documentation -// -// Revision 1.1.1.1 2004/10/11 04:00:51 sfielding -// Created -// -// - `timescale 1ns / 1ps module simFifoMem( addrIn, addrOut, clk, dataIn, writeEn, readEn, dataOut);

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