w11 - vhd 0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
tb_tst_rlink_n4.vhd
Go to the documentation of this file.
1-- $Id: tb_tst_rlink_n4.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_tst_rlink_n4
7-- Description: Configuration for tb_tst_rlink_n4 for tb_nexys4
8--
9-- Dependencies: sys_tst_rlink_n4
10--
11-- To test: sys_tst_rlink_n4
12--
13-- Revision History:
14-- Date Rev Version Comment
15-- 2015-02-01 641 1.1 use plain tb_nexys4 now
16-- 2013-09-28 535 1.0 Initial version
17------------------------------------------------------------------------------
18
19configuration tb_tst_rlink_n4 of tb_nexys4 is
20
21 for sim
22 for all : nexys4_aif
23 use entity work.sys_tst_rlink_n4;
24 end for;
25 end for;
26
27end tb_tst_rlink_n4;