w11 - vhd 0.794
W11 CPU core and support modules
Loading...
Searching...
No Matches
tb_s3board_dummy.vhd
Go to the documentation of this file.
1-- $Id: tb_s3board_dummy.vhd 1181 2019-07-08 17:00:50Z mueller $
2-- SPDX-License-Identifier: GPL-3.0-or-later
3-- Copyright 2007- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
4--
5------------------------------------------------------------------------------
6-- Module Name: tb_s3board_dummy
7-- Description: Configuration for tb_s3board_dummy for tb_s3board
8--
9-- Dependencies: s3board_dummy [UUT]
10--
11-- To test: tb_s3board
12--
13-- Tool versions: xst 8.1, 8.2, 9.1, 9.2; ghdl 0.18-0.25
14-- Revision History:
15-- Date Rev Version Comment
16-- 2007-09-23 85 1.0 Initial version
17------------------------------------------------------------------------------
18
19configuration tb_s3board_dummy of tb_s3board is
20
21 for sim
22 for all : s3board_aif
23 use entity work.s3board_dummy;
24 end for;
25 end for;
26
27end tb_s3board_dummy;