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
00023 `ifndef VMM_HW__SV
00024 `define VMM_HW__SV
00025
00026 `ifndef VMM_HW_DATA_WIDTH
00027 `define VMM_HW_DATA_WIDTH 1024
00028 `endif
00029
00030 `ifdef VMM_HW_SYNTHESIS_ON
00031 `else
00032 `include "vmm.sv"
00033 `endif
00034
00035 `include "HAL/vmm_hw_rtl.sv"
00036 `ifdef VMM_HW_SYNTHESIS_ON
00037 `else
00038 `include "HAL/vmm_hw_version.sv"
00039 `include "HAL/vmm_hw_port.sv"
00040 `ifdef VMM_HW_ARCH_NULL
00041 `include "HAL/vmm_hw_arch_null.sv"
00042 `endif
00043
00044 `endif
00045
00046 `endif // VMM_HW__SV