w11 - vhd 0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
tb_nexys2_fusp_cuff_dummy.vhd
Go to the documentation of this file.
1-- $Id: tb_nexys2_fusp_cuff_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
2-- SPDX-License-Identifier: GPL-3.0-or-later
3-- Copyright 2013- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4--
5------------------------------------------------------------------------------
6-- Module Name: tb_nexys2_fusp_cuff_dummy
7-- Description: Configuration for tb_nexys2_fusp_cuff_dummy for
8-- tb_nexys2_fusp_cuff
9--
10-- Dependencies: nexys2_fusp_cuff_dummy [UUT]
11--
12-- To test: tb_nexys2_fusp_cuff
13--
14-- Tool versions: xst 11.4, 12.1; ghdl 0.26-0.29
15--
16-- Revision History:
17-- Date Rev Version Comment
18-- 2013-01-01 467 1.0 Initial version (derived tb_nexys2_fusp_dummy)
19------------------------------------------------------------------------------
20
21configuration tb_nexys2_fusp_cuff_dummy of tb_nexys2_fusp_cuff is
22
23 for sim
24 for all : nexys2_fusp_cuff_aif
25 use entity work.nexys2_fusp_cuff_dummy;
26 end for;
27 end for;
28
29end tb_nexys2_fusp_cuff_dummy;