LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Advertise
  • Mirrors
  • Logos
  • Contact us
  • Find Resources
  • Job Opportunity
  •  
    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: cvs at opencores.org<cvs@o...>
    Date: Tue Aug 21 04:43:14 CEST 2007
    Subject: [cvs-checkins] MODIFIED: vhld_tb ...
    Top
    Date: 00/07/08 21:04:43

    Modified: vhld_tb/source tb_pkg_header.vhd
    Log:
    Fix package definition to match with body


    Revision Changes Path
    1.2 vhld_tb/source/tb_pkg_header.vhd

    http://www.opencores.org/cvsweb.shtml/vhld_tb/source/tb_pkg_header.vhd.diff?r1=1.1&r2=1.2

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

    Index: tb_pkg_header.vhd
    ===================================================================
    RCS file: /cvsroot/sckoarn/vhld_tb/source/tb_pkg_header.vhd,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -b -r1.1 -r1.2
    --- tb_pkg_header.vhd 6 Apr 2007 04:06:48 -0000 1.1
    +++ tb_pkg_header.vhd 21 Aug 2007 02:43:14 -0000 1.2
    @@ -3,11 +3,11 @@
    -------------------------------------------------------------------------------
    -- $Author: sckoarn $
    --
    --- $Date: 2007/04/06 04:06:48 $
    +-- $Date: 2007/08/21 02:43:14 $
    --
    -- $Name: $
    --
    --- $Id: tb_pkg_header.vhd,v 1.1 2007/04/06 04:06:48 sckoarn Exp $
    +-- $Id: tb_pkg_header.vhd,v 1.2 2007/08/21 02:43:14 sckoarn Exp $
    --
    -- $Source: /cvsroot/sckoarn/vhld_tb/source/tb_pkg_header.vhd,v $
    --
    @@ -33,8 +33,11 @@
    -------------------------------------------------------------------------------
    -- Revision History:
    -- $Log: tb_pkg_header.vhd,v $
    --- Revision 1.1 2007/04/06 04:06:48 sckoarn
    --- Initial revision
    +-- Revision 1.2 2007/08/21 02:43:14 sckoarn
    +-- Fix package definition to match with body
    +--
    +-- Revision 1.1.1.1 2007/04/06 04:06:48 sckoarn
    +-- Import of the vhld_tb
    --
    --
    -------------------------------------------------------------------------------
    @@ -46,7 +49,7 @@
    library ieee_proposed;
    use ieee_proposed.STD_LOGIC_1164_additions.all;

    -package ew_tb_pkg2 is
    +package tb_pkg is

    -- Constants
    constant max_str_len : integer := 256;
    @@ -219,4 +222,4 @@
    -- ** intended for testbench development debug**
    procedure dump_inst_sequ(variable inst_sequ : in stim_line_ptr);

    -end ew_tb_pkg2;
    +end tb_pkg;



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