w11 - vhd 0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
tb_tst_sram_n4.vhd
Go to the documentation of this file.
1-- $Id: tb_tst_sram_n4.vhd 1181 2019-07-08 17:00:50Z mueller $
2-- SPDX-License-Identifier: GPL-3.0-or-later
3-- Copyright 2013-2015 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4--
5------------------------------------------------------------------------------
6-- Module Name: tb_tst_sram_n4
7-- Description: Configuration for tb_tst_sram_n4 for tb_nexys4_cram
8--
9-- Dependencies: sys_tst_sram_n4
10--
11-- To test: sys_tst_sram_n4
12--
13-- Verified:
14-- Date Rev Code ghdl ise Target Comment
15-- 2013-??-?? 534 - 0.29 13.1 O40d xc6slx16 ???
16--
17-- Revision History:
18-- Date Rev Version Comment
19-- 2015-02-06 643 1.1 use tb_nexys4_cram now
20-- 2013-09-21 534 1.0 Initial version
21------------------------------------------------------------------------------
22
23configuration tb_tst_sram_n4 of tb_nexys4_cram is
24
25 for sim
26 for all : nexys4_cram_aif
27 use entity work.sys_tst_sram_n4;
28 end for;
29 end for;
30
31end tb_tst_sram_n4;