w11 - vhd 0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
tb_rlink_tba_pdp11core.vhd
Go to the documentation of this file.
1-- $Id: tb_rlink_tba_pdp11core.vhd 1181 2019-07-08 17:00:50Z mueller $
2-- SPDX-License-Identifier: GPL-3.0-or-later
3-- Copyright 2007- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4--
5------------------------------------------------------------------------------
6-- Module Name: tb_rlink_tba_pdp11core
7-- Description: Configuration for tb_rlink_tba_pdp11core for tb_rlink_tba.
8--
9-- Dependencies: tbd_tba_pdp11core
10--
11-- To test: pdp11_core_rbus
12-- pdp11_core
13--
14-- Verified (with tb_rlink_tba_pdp11core_stim.dat):
15-- Date Rev Code ghdl ise Target Comment
16-- 2010-12-30 351 _ssim 0.29 12.1 xc3s1000 c:ok
17-- 2010-12-30 351 - 0.29 - c: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-- 2010-12-30 351 1.1 renamed from tb_rritba_pdp11core
24-- 2007-08-10 72 1.0 Initial version
25------------------------------------------------------------------------------
26
27configuration tb_rlink_tba_pdp11core of tb_rlink_tba is
28
29 for sim
30 for all : rbtba_aif
31 use entity work.tbd_tba_pdp11core;
32 end for;
33 end for;
34
35end tb_rlink_tba_pdp11core;