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] - Rev 20
Go to most recent revision | Compare with Previous | Blame | View Log
------------------------------------------------------------------------------- -- Copyright ----------------------------------- -- All Rights Reserved ------------------------------------------------------------------------------- -- $Author: $ -- -- $date: $ -- -- $Id: $ -- -- $Source: $ -- -- Description : -- This file was generated by TTB Gen Plus Beta 2.0 -- on 01 May 2011 21:23:14 ------------------------------------------------------------------------------ -- This software contains concepts confidential to ---------------- -- ---------. and is only made available within the terms of a written -- agreement. ------------------------------------------------------------------------------- -- Revision History: -- $Log: $ -- ------------------------------------------------------------------------------- library IEEE; --library tb_pkg; --possible users libs; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_ARITH.all; use std.textio.all; use work.tb_pkg.all; use work.pgen.all; --possible users use statement; --library synthworks; -- use SynthWorks.RandomBasePkg.all; -- use SynthWorks.RandomPkg.all; entity packet_gen_tb is generic ( stimulus_file: in string ); port ( packet_out : in pack_out; request : buffer std_logic; fname : buffer stm_text; stm_in : buffer stm_sctl; stm_out : in stm_sack ); end packet_gen_tb;
Go to most recent revision | Compare with Previous | Blame | View Log