📄 oalefdefmsgs.h
字号:
// *****************************************************************************// *****************************************************************************// LefDefMsgs.h//// This files contains the messageIds used by LEF/DEF exceptions.//// *****************************************************************************// Except as specified in the OpenAccess terms of use of Cadence or Silicon// Integration Initiative, this material may not be copied, modified,// re-published, uploaded, executed, or distributed in any way, in any medium,// in whole or in part, without prior written permission from Cadence.//// Copyright 2002-2005 Cadence Design Systems, Inc.// All Rights Reserved.//// $Author: nitters $// $Revision: 1.32 $// $Date: 2005/07/28 14:18:18 $// $State: Exp $// *****************************************************************************// *****************************************************************************#ifndef LefDefMsgs_P#define LefDefMsgs_PBEGIN_LEFDEF_NAMESPACEextern const oaString LefDefMsgs[];// *****************************************************************************// Message Ids// *****************************************************************************#define oavLefDefMsgIdStartValue 50000#define oavNumLefDefMsgIds 109enum LefDefMsgIds { cParserInitializeFailed = oavLefDefMsgIdStartValue, cParseError = 50001, cGeneric = 50002, cLibNotSpecified = 50003, cCellNotSpecified = 50004, cViewNotSpecified = 50005, cTechLibNotSpecified = 50006, cCannotOpenFile = 50007, cLibNotFound = 50008, cTechNotFound = 50009, cTechCannotFindConstraints = 50010, cGeomZeroSizedRect = 50011, cInvalidProperty = 50012, cCaseSensitiveOnly = 50013, cInvalidBusBitChars = 50014, cInvalidHierChar = 50015, cInvalidUnits = 50016, cDifferentUnits = 50017, cInvalidScaleFactor = 50018, cAntennaAreaInputNegative = 50019, cAntennaAreaOutputNegative = 50020, cAntennaAreaInOutNegative = 50021, cAntennaPinInputNegative = 50022, cAntennaPinOutputPositive = 50023, cAntennaPinInOutPositive = 50024, cCannotFindLayer = 50025, cCannotFindTerm = 50026, cCannotFindInst = 50027, cCannotFindInstTerm = 50028, cSpacingCutLayersOnly = 50029, cLayerOverlapExists = 50030, cLayerUnknownType = 50031, cLayerNoDensityCheckWindow = 50032, cLayerCurrentDensityIncomplete = 50033, cLayerMinCutRedundant = 50034, cNDRExists = 50035, cNDRNotRoutingLayer = 50036, cNDRCannotFindVia = 50037, cNDRCannotFindViaRule = 50038, cViaExists = 50039, cViaTooManyLayers = 50040, cViaMissingLayer = 50041, cViaNonRectangular = 50042, cViaNoViaRule = 50043, cViaMultipleCutLayers = 50044, cViaNoCutLayer = 50045, cViaMissingRoutingLayers = 50046, cViaInvalidCutPattern = 50047, cViaNoGeom = 50048, cViaMasterNotFound = 50049, cViaNotBound = 50050, cViaCreatingCustom = 50051, cViaRuleNoCutLayer = 50052, cViaRuleViaNotFound = 50053, cViaRuleViaLayerDoNotMatch = 50054, cSiteNotFound = 50055, cMacroNoSize = 50056, cMacroEEQMasterNotFound = 50057, cMacroNonContinuosOverlap = 50058, cMacroObsExists = 50059, cPinInvalidName = 50060, cPinMustJoinTermNotFound = 50061, cPinCannotFindRule = 50062, cPinInvalidNetExpr = 50063, cPinInvalidDefaultNet = 50064, cPinAntennaSyntaxMix = 50065, cPinAntennaSizePos = 50066, cPinAntennaAreaNeg = 50067, cPinAntennaLengthNeg = 50068, cPinAntennaNoLayer = 50069, cPinAntennaLayerCannotFindThickness = 50070, cPinAntennaModelNotSupported = 50071, cPinDifferentNet = 50072, cPinCreateFailed = 50073, cPinUpdateNotFound = 50074, cPinUpdateCannotChangeConnect = 50075, cGeomNoLayer = 50076, cGeomCannotFindVia = 50077, cGroupCannotFindRegion = 50078, cGroupInstAlreadyAssigned = 50079, cGroupRegionAlreadyExists = 50080, cInstMasterNotFound = 50081, cInstMasterRecursive = 50082, cInstUpdateNotFound = 50083, cInstInvalidName = 50084, cInstInvalidWeight = 50085, cInstInvalidSource = 50086, cInstInvalidEEQ = 50087, cInstCannotFindRegion = 50088, cNetInvalidName = 50089, cNetCreateFailed = 50090, cNetCannotFindOriginalNet = 50091, cNetCannotFindShieldNet = 50092, cNetCannotFindRule = 50093, cNetCannotFindVia = 50094, cNetViaLayersDontMatchRoute = 50095, cNetStyleUndefined = 50096, cNetUpdateNotFound = 50097, cRowCannotFindSiteDef = 50098, cRowInvalidOrient = 50099, cRowInvalidStep = 50100, cScanChainNoOutputPin = 50101, cScanChainNoInputPin = 50102, cPropertyOutOfRange = 50103, cCellNotFound = 50104, cViewsNotFound = 50105, cLayerDirectionUnknown = 50106, cMacroCannotFindForeign = 50107, cNetConnectUpdateNotFound = 50108};END_LEFDEF_NAMESPACE#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -