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