📄 oaverilogmsgs.h
字号:
// *****************************************************************************// *****************************************************************************// oaVerilogMsgs.h//// This files contains the message IDs used by oaVerilog exceptions. These// message IDs correspond to the messages in the Msgs.eng file. ////// *****************************************************************************// 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: shaun $// $Revision: 1.35 $// $Date: 2005/07/12 15:57:11 $// $State: Exp $// *****************************************************************************// *****************************************************************************#ifndef oaVerilogMsgs_P#define oaVerilogMsgs_PBEGIN_VERILOG_NAMESPACE#define oavVerilogMsgIdStartValue 40000#define oavNumVerilogMsgIds 68// *****************************************************************************// MsgIds// *****************************************************************************enum MsgIds { DBException = oavVerilogMsgIdStartValue, OpenFailed = 40001, SyntaxError = 40002, NotTopModule = 40003, AlwaysBlockImpl = 40004, BinaryOpImpl = 40005, ConfigDeclImpl = 40006, ConcatStrElt = 40007, EventDeclImpl = 40008, FuncCallImpl = 40009, FuncDeclImpl = 40010, GateInstImpl = 40011, GenerateImpl = 40012, GenvarDeclImpl = 40013, IncludeImpl = 40014, InitialImpl = 40015, InstWidthMismatch = 40016, IntegerArrayImpl = 40017, InvalidInstName = 40018, LibraryTextImpl = 40019, MinTypMaxExpr = 40020, MultiDimensionalNetsImpl = 40021, MultiDimensionalObjectImpl = 40022, MultiDimensionalRegImpl = 40023, NegValueInRange = 40024, ParenRequired = 40025, PositiveSize = 40026, LargerThanInt = 40027, XDigitsNotImplemented = 40028, ZDigitsNotImplemented = 40029, PrimitiveImpl = 40030, RealDeclImpl = 40031, RealTimeDeclImpl = 40032, SpecParamImpl = 40033, TaskImpl = 40034, TermNotFound = 40035, TermIndexNotFound = 40036, TimeDeclImpl = 40037, UDPImpl = 40038, UnaryOpImpl = 40039, NetTooWideForTerm = 40040, ParamArrayImpl = 40041, HierNaming = 40042, ModuleNotGlobal = 40043, LeafLibraryNotFound = 40044, UnresolvedStubs = 40045, InconsistentTermOrder = 40046, InconsistentTermType = 40047, InconsistentTermWidth = 40048, InconsistentBitOrder = 40049, TieHiDeclaredInModule = 40050, TieLoDeclaredInModule = 40051, TopModuleNotDefined = 40052, NoModule = 40053, InconsistentTermPosWidth = 40054, CellNotFound = 40055, TopModuleNameMismatch = 40056, NoTopModule = 40057, DesignExists = 40058, LibraryNotFound = 40059, InvalidLibraryName = 40060, InvalidViewName = 40061, ConvertStringToBinary = 40062, ConvertDoubleToBinary = 40063, NoDesignInst = 40064, WidthMismatchWarning = 40065, WidthMismatch = 40066, InconsistentBundleMembers = 40067};END_VERILOG_NAMESPACE#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -