OpenCores
URL https://opencores.org/ocsvn/vhld_tb/vhld_tb/trunk

Subversion Repositories vhld_tb

[/] [vhld_tb/] [trunk/] [examples/] [packet_gen/] [vhdl/] [packet_gen_tb_ent.vhd] - Blame information for rev 19

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 19 sckoarn
-------------------------------------------------------------------------------
2
--             Copyright -----------------------------------
3
--                        All Rights Reserved
4
-------------------------------------------------------------------------------
5
-- $Author:  $
6
--
7
-- $date:  $
8
--
9
-- $Id:  $
10
--
11
-- $Source:  $
12
--
13
-- Description :
14
--          This file was generated by TTB Gen Plus Beta 2.0
15
--            on 01 May 2011 21:23:14
16
------------------------------------------------------------------------------
17
-- This software contains concepts confidential to ----------------
18
-- ---------. and is only made available within the terms of a written
19
-- agreement.
20
-------------------------------------------------------------------------------
21
-- Revision History:
22
-- $Log:  $
23
--
24
-------------------------------------------------------------------------------
25
 
26
library IEEE;
27
--library tb_pkg;
28
--possible users libs;
29
use IEEE.STD_LOGIC_1164.all;
30
use IEEE.STD_LOGIC_ARITH.all;
31
use std.textio.all;
32
use work.tb_pkg.all;
33
use work.pgen.all;
34
--possible users use statement;
35
--library synthworks;
36
--  use SynthWorks.RandomBasePkg.all;
37
--  use SynthWorks.RandomPkg.all;
38
 
39
entity packet_gen_tb is
40
   generic (
41
            stimulus_file: in string
42
           );
43
   port (
44
         packet_out : in      pack_out;
45
         request    : buffer  std_logic;
46
         fname      : buffer  stm_text;
47
         stm_in     : buffer  stm_sctl;
48
         stm_out    : in      stm_sack
49
        );
50
end packet_gen_tb;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.