|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
[root@localhost bin]# verdi
logDir = /usr/novas201004_tar/platform/LINUX/bin/verdiLog
vericom - A HDL Compiler, Release 2010.04 (Linux) 04/07/2010
Copyright (C) 1996 - 2010 by SpringSoft, Inc.
Usage: verdi [options] files
Options:
-2001 Support Verilog IEEE 1364-2001 standard.
-2001genblk Use Verilog IEEE 1364-2001 naming style for generate
blocks(overrides other language options).
-2005 Support IEEE 1364-2005 standard.
-ams Support Verilog-AMS syntax.
-applog Append the compile messages to log file (The
default mode is overwriting).
-autoendcelldef Automatically appends `endcelldefine at the end of
a file if a matching `endcelldefine can not be
found for a declared `celldefine in the file.
-comment_transoff_regions -suboption | +suboption
Skip source code between translate_off/on pragmas
The suboptions are vendor names e.g. cadence, ikos,
mentor, novas, pragma, quickturn, synopsys, synthesis.
-cuname<cu name> Support ModelSim compilation-base compilation-unit mode
-cunit Support Synopsys compilation-base compilation-unit mode
+define+<macro> The +define option is used to specify macros.
If the macro is also defined in your source code,
it will be overridden by this option.
-define Define a macro.
-errormax <number>
Specify the maximum number of errors to report. If the
errors exceed the number, the parser will skip reporting
the remaining errors.
-syntaxerrormax <number>
Specify the maximum number of syntax errors to stop parsing.
If the syntax errors exceed the number,
the parser will stop parsing the remaining files.
-extractRTL Automatically recognizes the RTL storage elements.
The extracted storage elements will be saved into
the library.
-f <filename> Load an ASCII file containing design source files and
additional simulator options.
-help Display this help menu.
-ignorekwd_config
Ignore the keyword of Verilog IEEE 1364-2001, "config".
-ignore_macro_redef
Suppress warning messages for re-defined macro(s).
+incdir+<directory_name>
Specify the search path for files used by the `include
statement.
-incdir <directory>
Specify an include directory.
-incsave Specify to decrease the compilation memory.
-L Specify the library to search for packages.
+libext+<extension_name>
Used to specify the file extensions for Verilog library
files.
See also the -y option. |
|