| /* ************************************************************************** */ |
| /* ************************************************************************** */ |
| /* ATTENTION: THIS IS AN AUTO-GENERATED FILE. DO NOT CHANGE IT! */ |
| /* ************************************************************************** */ |
| /* ************************************************************************** */ |
| /* Copyright 2012 - 2013, Cadence Design Systems */ |
| /* */ |
| /* This file is part of the Cadence LEF/DEF Open Source */ |
| /* Distribution, Product Version 5.8. */ |
| /* */ |
| /* Licensed under the Apache License, Version 2.0 (the "License"); */ |
| /* you may not use this file except in compliance with the License. */ |
| /* You may obtain a copy of the License at */ |
| /* */ |
| /* http://www.apache.org/licenses/LICENSE-2.0 */ |
| /* */ |
| /* Unless required by applicable law or agreed to in writing, software */ |
| /* distributed under the License is distributed on an "AS IS" BASIS, */ |
| /* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or */ |
| /* implied. See the License for the specific language governing */ |
| /* permissions and limitations under the License. */ |
| /* */ |
| /* For updates, support, or to become part of the LEF/DEF Community, */ |
| /* check www.openeda.org for details. */ |
| /* */ |
| /* $Author: dell $ */ |
| /* $Revision: #1 $ */ |
| /* $Date: 2017/06/06 $ */ |
| /* $State: $ */ |
| /* ************************************************************************** */ |
| /* ************************************************************************** */ |
| |
| /* User header file for the LEF Interface. This includes */ |
| /* all of the header files which are relevant to both the */ |
| /* reader and the writer. */ |
| /* */ |
| /* lefrReader.h and lefwWriter.h include this file, so that */ |
| /* an application only needs to include either lefrReader.h(pp) */ |
| /* or lefwWriter.h(pp). */ |
| /* */ |
| |
| |
| #ifndef CLEFIUSER_H |
| #define CLEFIUSER_H |
| |
| #include "lefiArray.h" |
| #include "lefiCrossTalk.h" |
| #include "lefiDebug.h" |
| #include "lefiEncryptInt.h" |
| #include "lefiLayer.h" |
| #include "lefiMacro.h" |
| #include "lefiMisc.h" |
| #include "lefiNonDefault.h" |
| #include "lefiProp.h" |
| #include "lefiPropType.h" |
| #include "lefiUnits.h" |
| #include "lefiUtil.h" |
| #include "lefiVia.h" |
| #include "lefiViaRule.h" |
| |
| |
| /* NEW CALLBACK add the reference here */ |
| |
| #endif |