w11 - vhd 0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
tb_tst_sram_arty.vhd
Go to the documentation of this file.
1-- $Id: tb_tst_sram_arty.vhd 1181 2019-07-08 17:00:50Z mueller $
2-- SPDX-License-Identifier: GPL-3.0-or-later
3-- Copyright 2018- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4--
5------------------------------------------------------------------------------
6-- Module Name: tb_tst_sram_arty
7-- Description: Configuration for tb_tst_sram_arty for tb_arty_dram
8--
9-- Dependencies: sys_tst_sram_arty
10--
11-- To test: sys_tst_sram_arty
12--
13-- Revision History:
14-- Date Rev Version Comment
15-- 2018-11-17 1071 1.0 Initial version
16------------------------------------------------------------------------------
17
18configuration tb_tst_sram_arty of tb_arty_dram is
19
20 for sim
21 for all : arty_dram_aif
22 use entity work.sys_tst_sram_arty;
23 end for;
24 end for;
25
26end tb_tst_sram_arty;