OpenCores
URL https://opencores.org/ocsvn/simu_mem/simu_mem/trunk

Subversion Repositories simu_mem

[/] [simu_mem/] [trunk/] [bench/] [vhdl/] [zbt_ram/] [testbench_deterministic_conf.vhd] - Blame information for rev 5

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 3 mgeng
----------------------------------------------------------------------
2
----                                                              ----
3
---- This configuration simulates a deterministic pattern.        ----
4
----                                                              ----
5
---- This file is part of the simu_mem project                    ----
6
----                                                              ----
7
---- Authors:                                                     ----
8
---- - Michael Geng, vhdl@MichaelGeng.de                          ----
9
----                                                              ----
10
----------------------------------------------------------------------
11
----                                                              ----
12
---- Copyright (C) 2008 Authors                                   ----
13
----                                                              ----
14
---- This source file may be used and distributed without         ----
15
---- restriction provided that this copyright statement is not    ----
16
---- removed from the file and that any derivative work contains  ----
17
---- the original copyright notice and the associated disclaimer. ----
18
----                                                              ----
19
---- This source file is free software; you can redistribute it   ----
20
---- and/or modify it under the terms of the GNU Lesser General   ----
21
---- Public License as published by the Free Software Foundation; ----
22
---- either version 2.1 of the License, or (at your option) any   ----
23
---- later version.                                               ----
24
----                                                              ----
25
---- This source is distributed in the hope that it will be       ----
26
---- useful, but WITHOUT ANY WARRANTY; without even the implied   ----
27
---- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR      ----
28
---- PURPOSE. See the GNU Lesser General Public License for more  ----
29
---- details.                                                     ----
30
----                                                              ----
31
---- You should have received a copy of the GNU Lesser General    ----
32
---- Public License along with this source; if not, download it   ----
33
---- from http://www.gnu.org/licenses/lgpl.html                   ----
34
----                                                              ----
35
----------------------------------------------------------------------
36
-- CVS Revision History
37
--
38
-- $Log: not supported by cvs2svn $
39
--
40
USE work.patgen_pkg.ALL;
41
 
42
configuration deterministic_conf OF testbench IS
43
  FOR arch
44
    FOR iPatgen : work.patgen_pkg.patgen USE
45
      ENTITY work.patgen (deterministic);
46
    END FOR;
47
  END FOR;
48
END configuration deterministic_conf;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.