w11 - vhd 0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
tb_w11a_s3.vhd
Go to the documentation of this file.
1-- $Id: tb_w11a_s3.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_w11a_s3
7-- Description: Configuration for tb_w11a_s3 for tb_s3board_fusp
8--
9-- Dependencies: sys_w11a_s3
10--
11-- To test: sys_w11a_s3
12--
13-- Verified (with (#1) ../../tb/tb_rritba_pdp11core_stim.dat
14-- (#2) ../../tb/tb_pdp11_core_stim.dat):
15-- Date Rev Code ghdl ise Target Comment
16-- 2007-11-23 97 _tsim 0.26 9.1 J30 xc3s1000 d:ok (#2) 91497s; 632m
17-- 2007-11-23 97 _tsim 0.26 9.1 J30 xc3s1000 d:ok (#1) 3356s; 632m
18-- 2007-11-23 97 _ssim 0.26 8.1.03 I27 xc3s1000 c:ok (#2) 2227s
19-- 2007-11-23 97 _ssim 0.26 8.1.03 I27 xc3s1000 c:ok (#1) 82s
20-- 2007-10-21 91 - 0.26 - - d:ok (#2)
21-- 2007-10-19 90 - 0.26 - - d:ok (#2)
22-- 2007-10-19 90 - 0.26 - - d:ok (#1)
23--
24-- Revision History:
25-- Date Rev Version Comment
26-- 2010-05-26 295 1.1.2 rename tb_s3board_pdp11core -> tb_w11a_s3
27-- 2010-05-16 291 1.1.1 use now tb_s3board_fusp
28-- 2010-05-02 287 1.1 use now tb_s3board_usp
29-- 2007-09-23 84 1.0 Initial version
30------------------------------------------------------------------------------
31
32configuration tb_w11a_s3 of tb_s3board_fusp is
33
34 for sim
35 for all : s3board_fusp_aif
36 use entity work.sys_w11a_s3;
37 end for;
38 end for;
39
40end tb_w11a_s3;