URL
https://opencores.org/ocsvn/vhld_tb/vhld_tb/trunk
Subversion Repositories vhld_tb
[/] [vhld_tb/] [trunk/] [examples/] [example1/] [vhdl/] [example_dut_ttb_ent.vhd] - Rev 20
Go to most recent revision | Compare with Previous | Blame | View Log
library IEEE; --library dut_lib; use IEEE.STD_LOGIC_1164.all; --use dut_lib.all; entity example_dut_ttb is generic ( stimulus_file: string := "stm/stimulus_file.stm" ); end example_dut_ttb;
Go to most recent revision | Compare with Previous | Blame | View Log