00001 //
00002 // -------------------------------------------------------------
00003 // Copyright 2004-2008 Synopsys, Inc.
00004 // All Rights Reserved Worldwide
00005 //
00006 // Licensed under the Apache License, Version 2.0 (the
00007 // "License"); you may not use this file except in
00008 // compliance with the License. You may obtain a copy of
00009 // the License at
00010 //
00011 // http://www.apache.org/licenses/LICENSE-2.0
00012 //
00013 // Unless required by applicable law or agreed to in
00014 // writing, software distributed under the License is
00015 // distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
00016 // CONDITIONS OF ANY KIND, either express or implied. See
00017 // the License for the specific language governing
00018 // permissions and limitations under the License.
00019 // -------------------------------------------------------------
00020 //
00021
00022 `ifndef VMM_PERF__SV
00023 `define VMM_PERF__SV
00024
00025 `include "vmm.sv"
00026
00027 `include "perf/vmm_sql.sv"
00028
00029 `include "perf/vmm_perf_tenure.sv"
00030 `include "perf/vmm_perf_analyzer.sv"
00031 `include "perf/vmm_perf_version.sv"
00032
00033
00034 `endif // VMM_PERF__SV