w11 - vhd 0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
tb_cmoda7_sram_dummy.vhd
Go to the documentation of this file.
1-- $Id: tb_cmoda7_sram_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
2-- SPDX-License-Identifier: GPL-3.0-or-later
3-- Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4--
5------------------------------------------------------------------------------
6-- Module Name: tb_cmoda7_sram_dummy
7-- Description: Configuration for tb_cmoda7_sram_dummy for tb_cmoda7_sram
8--
9-- Dependencies: cmoda7_sram_dummy [UUT]
10--
11-- To test: tb_cmoda7_sram
12--
13-- Tool versions: viv 2016.4; ghdl 0.34
14--
15-- Revision History:
16-- Date Rev Version Comment
17-- 2017-06-04 906 1.0 Initial version (derived from tb_nexys4_cram_dummy)
18------------------------------------------------------------------------------
19
20configuration tb_cmoda7_sram_dummy of tb_cmoda7_sram is
21
22 for sim
23 for all : cmoda7_sram_aif
24 use entity work.cmoda7_sram_dummy;
25 end for;
26 end for;
27
28end tb_cmoda7_sram_dummy;