2024年4月8日发(作者:苹果6s上市的时候官网价多少)
-NO_TCHK_MSG -- Turn off timing check warnings
-SDF_NO_WARNINGS -- Do not report SDF warnings
Examples:
-- To elaborate my_:behav
% ncelab my_:behav
% ncelab my_
% ncelab top
-- To elaborate with informative messages
% ncelab -messages my_:behav
3. ncsim
ncsim [options] [lib.]cell[:view]
Options:
-FILE
-GUI -- Enter window mode before running simulation
-INPUT
-MESSAGES -- Specifies printing of informative messages
-NOCOPYRIGHT -- Suppresses printing of copyright banner
-NONTCGLITCH -- Suppress delayed net glitch suppression messages
-NOSTDOUT -- Turn off output to screen
-NOWARN
-SDF_NO_WARNINGS -- Do not report SDF warnings
Examples:
-- To simulate the snapshot my_:snap
% ncsim my_:snap
% ncsim my_
% ncsim top
-- To simulate while writing to the log file ./
% ncsim -log ./ my_:snap
-- To update the snapshot my_:snap and simulate
% ncsim -update my_:snap
4. ncverilog
ncverilog [all valid Verilog-XL arguments]
Supported Dash options:
-f
Supported plus options:
+access+
+define+
+loadpli1=
commandline
+maxdelays Selects maximum delays for simulation
+mindelays Selects minimum delays for simulation
+typdelays Selects typical delays for simulation
+ncdumpports_format+
+neg_tchk Allow negative values in SETUPHOLD & RECREM timing checks (default)
+noneg_tchk Disallow negative values in SETUPHOLD & RECREM timing checks
+nocopyright Suppresses printing of copyright banner
+no_notifier Notifiers are ignored in timing checks
+nosdfwarn Do not report SDF warnings
+nospecify Suppresses timing checks and path delays in specify blocks.
Ignore SDF annotations.
+nostdout Turn off output to screen(terminal)
+notchkmsg Turn off timing check warnings
+notimingcheck Don't execute timing checks
+nowarn+
+sdf_nowarnings Do not report SDF warnings
5. ncsdfc
ncsdfc [options] sdf_file
Options:
-COMPILE -- Compile the specified SDF files (default)
-DECOMPILE -- Decompile the specified SDF files
-LOGFILE
-MESSAGES -- Specifies printing of informative messages
-NOCOPYRIGHT -- Suppresses printing of copyright banner
-OUTPUT
-WORSTCASE_ROUNDING -- Truncate min delays, round max delays up
Examples:
-- To compile an SDF file:
% ncsdfc
Creates compiled SDF file .X
-- To specify a name for the compiled SDF file:
% ncsdfc -OUTPUT ed
Creates compiled SDF file ed
-- To decompile a compiled SDF file:
% ncsdf -DECOMPILE .X
Creates decompiled SDF file
-- To specify a name for the decompiled SDF file:
% ncsdfc -DECOMPILE .X -OUTPUT
Creates decompiled SDF file
6. nchelp
nchelp [options] tool error
nchelp [-cdslib | -hdlvar]
Examples:
-- To find help on the error CUVWSP from ncelab
% nchelp ncelab CUVWSP
-- To find help on the error BADCLP from ncvlog
% nchelp ncvlog BADCLP
-- To list the currently defined libraries
% nchelp -cdslib
-- To list the currently supported tools
% nchelp -tools
-- To list the help for all supported tools with the BADCLP mnemonic
% nchelp -all BADCLP
发布者:admin,转转请注明出处:http://www.yc00.com/num/1712566548a2081060.html
评论列表(0条)