w11 - vhd 0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
tb_nexys4_dummy.vhd
Go to the documentation of this file.
1-- $Id: tb_nexys4_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
2-- SPDX-License-Identifier: GPL-3.0-or-later
3-- Copyright 2013-2015 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4--
5------------------------------------------------------------------------------
6-- Module Name: tb_nexys4_dummy
7-- Description: Configuration for tb_nexys4_dummy for tb_nexys4
8--
9-- Dependencies: nexys4_dummy [UUT]
10--
11-- To test: tb_nexys4
12--
13-- Tool versions: ise 14.5-14.7; viv 2014.4; ghdl 0.29-0.31
14--
15-- Revision History:
16-- Date Rev Version Comment
17-- 2015-02-06 643 1.1 factor out memory
18-- 2013-09-21 534 1.0 Initial version (derived from tb_nexys3_fusp_dummy)
19------------------------------------------------------------------------------
20
21configuration tb_nexys4_dummy of tb_nexys4 is
22
23 for sim
24 for all : nexys4_aif
25 use entity work.nexys4_dummy;
26 end for;
27 end for;
28
29end tb_nexys4_dummy;