hfiles.defs

来自「openaccess与verilog互相转化时所用的源代码」· DEFS 代码 · 共 47 行

DEFS
47
字号
################################################################################# Hfiles.defs## This file is included by the Makefile to facilitate the export of the# public header files.## HFILES defines the list of public header files. These are exported to the# directory {install}/include/oa. This list coincides with the files in# Public Header Files filter for the project.## Note! Do not tabify out the line continuation characters as there appears to# be some limit as to how long a variable assignment can be for files included# in the Makefile.## $Author: sailajad $# $Revision: 1.20 $# $Date: 2005/08/05 21:48:55 $################################################################################HFILES = \	oaVerilog.h \	oaVerilogAnnotate.h \	oaVerilogCallbacksIn.h \	oaVerilogCallbacksOut.h \	oaVerilogConnection.h \	oaVerilogConnection.inl \	oaVerilogError.h \	oaVerilogError.inl \	oaVerilogIn.h \	oaVerilogIn.inl \	oaVerilogLeafMgr.h \	oaVerilogModuleCallbacksIn.h \	oaVerilogNameList.h \	oaVerilogNameList.inl \	oaVerilogOptions.h \	oaVerilogOptionsIn.h \	oaVerilogOptionsOut.h \	oaVerilogOut.h \	oaVerilogParamList.h \	oaVerilogParamList.inl \	oaVerilogRange.h \	oaVerilogRange.inl \	oaVerilogTypes.h \	oaVerilogValue.h \	oaVerilogValue.inl \	oaVerilogWriterCallback.h

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?