w11 - vhd 0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
tb_nx_cram_memctl_as.vhd
Go to the documentation of this file.
1-- $Id: tb_nx_cram_memctl_as.vhd 1181 2019-07-08 17:00:50Z mueller $
2-- SPDX-License-Identifier: GPL-3.0-or-later
3-- Copyright 2010-2011 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4--
5------------------------------------------------------------------------------
6-- Module Name: tb_nx_cram_memctl_as
7-- Description: Configuration tb_nx_cram_memctl_as for tb_nx_cram_memctl
8--
9-- Dependencies: tbd_nx_cram_memctl_as
10-- To test: nx_cram_memctl_as
11--
12-- Verified (with tb_nx_cram_memctl_stim.dat):
13-- Date Rev Code ghdl ise Target Comment
14-- 2010-05-30 297 - 0.26 11.4 L68 xc3s1200e ok
15--
16-- Revision History:
17-- Date Rev Version Comment
18-- 2011-11-26 433 1.1 renamed from tb_n2_cram_memctl_as
19-- 2010-05-30 297 1.0 Initial version
20------------------------------------------------------------------------------
21
22configuration tb_nx_cram_memctl_as of tb_nx_cram_memctl is
23
24 for sim
25 for all :tbd_nx_cram_memctl
26 use entity work.tbd_nx_cram_memctl_as;
27 end for;
28 end for;
29
30end tb_nx_cram_memctl_as;