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

Subversion Repositories mips_enhanced

[/] [mips_enhanced/] [trunk/] [grlib-gpl-1.0.19-b3188/] [designs/] [leon3-wildcard-xcv300e/] [system_cfg.vhd] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 dimamali
------------------------------------------------------------------------------
2
--  This file is a part of the GRLIB VHDL IP LIBRARY
3
--  Copyright (C) 2003, Gaisler Research
4
--
5
--  This program is free software; you can redistribute it and/or modify
6
--  it under the terms of the GNU General Public License as published by
7
--  the Free Software Foundation; either version 2 of the License, or
8
--  (at your option) any later version.
9
--
10
--  This program is distributed in the hope that it will be useful,
11
--  but WITHOUT ANY WARRANTY; without even the implied warranty of
12
--  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
--  GNU General Public License for more details.
14
--
15
--  You should have received a copy of the GNU General Public License
16
--  along with this program; if not, write to the Free Software
17
--  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
18
--============================================================================--
19
-- Design unit  : System_Config (configuration declaration)
20
--
21
-- File name    : system_cfg.vhd
22
--
23
-- Purpose      : System configuration for co-simulation of host and WildCard
24
--
25
-- Library      : System
26
--
27
-- Authors      : Mr Sandi Alexander Habinc
28
--                Gaisler Research
29
--
30
-- Contact      : mailto:support@gaisler.com
31
--                http://www.gaisler.com
32
--
33
-- Disclaimer   : All information is provided "as is", there is no warranty that
34
--                the information is correct or suitable for any purpose,
35
--                neither implicit nor explicit.
36
--============================================================================--
37
library SYSTEM;
38
library PE_Lib;
39
library Work;
40
 
41
configuration System_Config of System is
42
   for Structure
43
      for U_Host: Host
44
         use entity SYSTEM.Host(Validate);
45
      end for;
46
 
47
      for U_WILDCARD: WILDCARD
48
         use entity SYSTEM.WILDCARD(Standard);
49
         for Standard
50
            for U_PE: PE
51
               use entity PE_Lib.PE(Wrapper);
52
               for Wrapper
53
                  for FPGA: WildFpga
54
                     use entity Work.WildFpga(Rtl)
55
                        generic map (
56
                           fabtech => 1,
57
                           memtech => 1,
58
                           padtech => 1,
59
                           clktech => 1,
60
                           netlist => 1);
61
                  end for;
62
               end for;
63
            end for;
64
            for U_Left_Mem: Memory_Bank
65
               use entity SYSTEM.Memory_Bank( Static )
66
                  generic map(MEM_SIZE => 2**19);
67
            end for;
68
            for U_Right_Mem: Memory_Bank
69
               use entity SYSTEM.Memory_Bank( Static )
70
                  generic map(MEM_SIZE => 2**19);
71
            end for;
72
         end for;
73
      end for;
74
   end for;
75
end configuration System_Config; --===========================================--

powered by: WebSVN 2.1.0

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