w11 - vhd 0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
tb_tst_sram_s3.vhd
Go to the documentation of this file.
1-- $Id: tb_tst_sram_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_tst_sram_s3
7-- Description: Configuration for tb_tst_sram_s3 for tb_s3board
8--
9-- Dependencies: sys_tst_sram_s3
10--
11-- To test: sys_tst_sram_s3
12--
13-- Verified:
14-- Date Rev Code ghdl ise Target Comment
15-- 2007-12-23 105 _ssim 0.26 8.2.03 I34 xc3s1000 u:ok
16-- 2007-12-23 105 - 0.26 8.2.03 I34 - u:ok
17-- 2007-12-21 103 _ssim 0.26 8.1.03 I27 xc3s1000 c:ok
18-- 2007-12-21 103 - 0.26 8.1.03 I27 - c:ok
19--
20-- Revision History:
21-- Date Rev Version Comment
22-- 2010-05-23 294 1.0.1 renamed to tb_tst_sram_s3
23-- 2007-12-21 103 1.0 Initial version
24------------------------------------------------------------------------------
25
26configuration tb_tst_sram_s3 of tb_s3board is
27
28 for sim
29 for all : s3board_aif
30 use entity work.sys_tst_sram_s3;
31 end for;
32 end for;
33
34end tb_tst_sram_s3;