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

Subversion Repositories mips_enhanced

[/] [mips_enhanced/] [trunk/] [grlib-gpl-1.0.19-b3188/] [lib/] [contrib/] [devices/] [devices_con.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) 2004 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
--  See the file COPYING for the full details of the license.
11
--
12
-----------------------------------------------------------------------------
13
-- Entity:      devices
14
-- File:        devices.vhd
15
-- Author:      Jiri Gaisler, Gaisler Research
16
-- Description: Vendor and devices id's for amba plug&play
17
------------------------------------------------------------------------------
18
 
19
library ieee;
20
use ieee.std_logic_1164.all;
21
library grlib;
22
use grlib.amba.all;
23
-- pragma translate_off
24
use std.textio.all;
25
-- pragma translate_on
26
 
27
package devices_con is
28
 
29
-- Vendor code
30
 
31
  constant VENDOR_CONTRIB   : amba_vendor_type := 16#07#;
32
 
33
-- Dummy ID's
34
 
35
  constant CONTRIB_CORE1        : amba_device_type := 16#001#;
36
  constant CONTRIB_CORE2        : amba_device_type := 16#002#;
37
 
38
-- pragma translate_off
39
 
40
  constant CONTRIB_DESC : vendor_description := "Various contributions   ";
41
 
42
  constant contrib_device_table : device_table_type := (
43
   CONTRIB_CORE1    => "Contributed core 1             ",
44
   CONTRIB_CORE2    => "Contributed core 2             ",
45
   others           => "Unknown Device                 ");
46
 
47
   constant contrib_lib : vendor_library_type := (
48
     vendorid        => VENDOR_CONTRIB,
49
     vendordesc      => CONTRIB_DESC,
50
     device_table    => contrib_device_table
51
   );
52
 
53
-- pragma translate_on
54
 
55
end;

powered by: WebSVN 2.1.0

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