w11 - vhd 0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
tb_rlink_direct.vhd
Go to the documentation of this file.
1-- $Id: tb_rlink_direct.vhd 1181 2019-07-08 17:00:50Z mueller $
2-- SPDX-License-Identifier: GPL-3.0-or-later
3-- Copyright 2007-2010 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4--
5------------------------------------------------------------------------------
6-- Module Name: tb_rlink_direct
7-- Description: Configuration for tb_rlink_direct for tb_rlink.
8--
9-- Dependencies: tbd_rlink_gen
10--
11-- To test: rlink_core
12--
13-- Target Devices: generic
14--
15-- Verified (with tb_rlink_stim.dat):
16-- Date Rev Code ghdl ise Target Comment
17-- 2007-11-02 93 _tsim 0.26 8.2.03 I34 xc3s1000 d:ok
18-- 2007-10-12 88 _ssim 0.26 8.1.03 I27 xc3s1000 c:ok
19-- 2007-10-12 88 - 0.26 - - c:ok
20--
21-- Revision History:
22-- Date Rev Version Comment
23-- 2007-11-25 98 1.0.1 use entity rather arch name to switch core/serport
24-- 2007-07-08 65 1.0 Initial version
25------------------------------------------------------------------------------
26
27configuration tb_rlink_direct of tb_rlink is
28
29 for sim
30 for all : tbd_rlink_gen
31 use entity work.tbd_rlink_direct;
32 end for;
33 end for;
34
35end tb_rlink_direct;