w11 - vhd 0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
tb_tst_rlink_n2.vhd
Go to the documentation of this file.
1-- $Id: tb_tst_rlink_n2.vhd 1181 2019-07-08 17:00:50Z mueller $
2-- SPDX-License-Identifier: GPL-3.0-or-later
3-- Copyright 2010- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4--
5------------------------------------------------------------------------------
6-- Module Name: tb_tst_rlink_n2
7-- Description: Configuration for tb_tst_rlink_n2 for tb_nexys2_fusp
8--
9-- Dependencies: sys_tst_rlink_n2
10--
11-- To test: sys_tst_rlink_n2
12--
13-- Verified:
14-- Date Rev Code ghdl ise Target Comment
15-- 2010-12-xx xxx - 0.29 12.1 M53d xc3s1200e u:???
16--
17-- Revision History:
18-- Date Rev Version Comment
19-- 2010-12-29 351 1.0 Initial version
20------------------------------------------------------------------------------
21
22configuration tb_tst_rlink_n2 of tb_nexys2_fusp is
23
24 for sim
25 for all : nexys2_fusp_aif
26 use entity work.sys_tst_rlink_n2;
27 end for;
28 end for;
29
30end tb_tst_rlink_n2;