w11 - vhd 0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
tb_w11a_n3.vhd
Go to the documentation of this file.
1-- $Id: tb_w11a_n3.vhd 1181 2019-07-08 17:00:50Z mueller $
2-- SPDX-License-Identifier: GPL-3.0-or-later
3-- Copyright 2011-2013 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4--
5------------------------------------------------------------------------------
6-- Module Name: tb_w11a_n3
7-- Description: Configuration for tb_w11a_n3 for tb_nexys3_fusp_cuff
8--
9-- Dependencies: sys_w11a_n3
10--
11-- To test: sys_w11a_n3
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-- 2011-11-25 295 - -.-- - - -:--
17--
18-- Revision History:
19-- Date Rev Version Comment
20-- 2013-04-21 509 1.1 now based on tb_nexys3_fusp_cuff
21-- 2011-11-25 432 1.0 Initial version (cloned from _n2)
22------------------------------------------------------------------------------
23
24configuration tb_w11a_n3 of tb_nexys3_fusp_cuff is
25
26 for sim
27 for all : nexys3_fusp_cuff_aif
28 use entity work.sys_w11a_n3;
29 end for;
30 end for;
31
32end tb_w11a_n3;