URL
https://opencores.org/ocsvn/t400/t400/trunk
Subversion Repositories t400
[/] [t400/] [trunk/] [bench/] [vhdl/] [tb_t421-c.vhd] - Rev 180
Go to most recent revision | Compare with Previous | Blame | View Log
------------------------------------------------------------------------------- -- -- Testbench for the T421 system toplevel. -- -- $Id: tb_t421-c.vhd 179 2009-04-01 19:48:38Z arniml $ -- -- Copyright (c) 2006, Arnim Laeuger (arniml@opencores.org) -- -- All rights reserved -- ------------------------------------------------------------------------------- configuration tb_t421_behav_c0 of tb_t421 is for behav for t421_b: t421 use configuration work.t421_struct_c0; end for; for tb_elems_b: tb_elems use configuration work.tb_elems_behav_c0; end for; end for; end tb_t421_behav_c0;
Go to most recent revision | Compare with Previous | Blame | View Log