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

Subversion Repositories uart2bus_testbench

[/] [uart2bus_testbench/] [trunk/] [tb/] [uvm_src/] [base/] [uvm_version.svh] - Blame information for rev 16

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 16 HanySalah
//----------------------------------------------------------------------
2
//   Copyright 2007-2010 Mentor Graphics Corporation
3
//   Copyright 2007-2011 Cadence Design Systems, Inc.
4
//   Copyright 2010-2011 Synopsys, Inc.
5
//   Copyright 2013-2014 NVIDIA Corporation
6
//   All Rights Reserved Worldwide
7
//
8
//   Licensed under the Apache License, Version 2.0 (the
9
//   "License"); you may not use this file except in
10
//   compliance with the License.  You may obtain a copy of
11
//   the License at
12
//
13
//       http://www.apache.org/licenses/LICENSE-2.0
14
//
15
//   Unless required by applicable law or agreed to in
16
//   writing, software distributed under the License is
17
//   distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
18
//   CONDITIONS OF ANY KIND, either express or implied.  See
19
//   the License for the specific language governing
20
//   permissions and limitations under the License.
21
//----------------------------------------------------------------------
22
 
23
`ifndef UVM_VERSION_SVH
24
`define UVM_VERSION_SVH
25
 
26
parameter string uvm_mgc_copyright  = "(C) 2007-2014 Mentor Graphics Corporation";
27
parameter string uvm_cdn_copyright  = "(C) 2007-2014 Cadence Design Systems, Inc.";
28
parameter string uvm_snps_copyright = "(C) 2006-2014 Synopsys, Inc.";
29
parameter string uvm_cy_copyright   = "(C) 2011-2013 Cypress Semiconductor Corp.";
30
parameter string uvm_nv_copyright   = "(C) 2013-2014 NVIDIA Corporation";
31
parameter string uvm_revision = `UVM_VERSION_STRING;
32
 
33
function string uvm_revision_string();
34
  return uvm_revision;
35
endfunction
36
 
37
`endif // UVM_VERSION_SVH

powered by: WebSVN 2.1.0

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