00001 // -*- C++ -*- <this line is for emacs to recognize it as C++ code> 00002 /***************************************************************************** 00003 00004 The following code is derived, directly or indirectly, from the SystemC 00005 source code Copyright (c) 1996-2002 by all Contributors. 00006 All Rights reserved. 00007 00008 The contents of this file are subject to the restrictions and limitations 00009 set forth in the SystemC Open Source License Version 2.3 (the "License"); 00010 You may not use this file except in compliance with such restrictions and 00011 limitations. You may obtain instructions on how to receive a copy of the 00012 License at http://www.systemc.org/. Software distributed by Contributors 00013 under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF 00014 ANY KIND, either express or implied. See the License for the specific 00015 language governing rights and limitations under the License. 00016 00017 *****************************************************************************/ 00018 00019 /***************************************************************************** 00020 00021 scv.h -- Top-level include file for the SystemC Verification Standard 00022 library. Include this file before any other includes. 00023 00024 Original Authors (Cadence Design Systems, Inc): 00025 Norris Ip, Dean Shea, John Rose, Jasvinder Singh, William Paulsen, 00026 John Pierce, Rachida Kebichi, Ted Elkind, David Bailey 00027 2002-09-23 00028 00029 *****************************************************************************/ 00030 00031 /***************************************************************************** 00032 00033 MODIFICATION LOG - modifiers, enter your name, affiliation, date and 00034 changes you are making here. 00035 00036 Name, Affiliation, Date: 00037 Description of Modification: 00038 00039 *****************************************************************************/ 00040 00041 #ifndef SCV_H 00042 #define SCV_H 00043 00044 #include "scv/scv_config.h" 00045 00046 #include "scv/scv_util.h" 00047 #include "scv/scv_bag.h" 00048 #include "scv/scv_constraint.h" 00049 #include "scv/scv_constraint_range.h" 00050 #include "scv/scv_debug.h" 00051 #include "scv/scv_expression.h" 00052 #include "scv/scv_introspection.h" 00053 #include "scv/scv_report.h" 00054 #include "scv/scv_object_if.h" 00055 #include "scv/scv_random.h" 00056 #include "scv/scv_shared_ptr.h" 00057 #include "scv/scv_sparse_array.h" 00058 #include "scv/scv_tr.h" 00059 #include "scv/scv_kit_date.h" 00060 00061 #endif
1.2.18