1. ncvlog
ncvlog [options] source_file ...
Options:
-DEFINE <arg> -- Defines a macro
-FILE <arg> -- Load command line arguments from <arg>rmation
-MESSAGES -- Specifies printing of informative messages
-NOCOPYRIGHT -- Suppresses printing of copyright banner
-NOSTDOUT -- Turn off output to screen
-NOWARN <arg> -- Disables printing of the specified warning message
Examples:
-- To compile all the modules in source.v
% ncvlog source.v
-- To compile with informative messages
% ncvlog -messages source.v
2. ncelab
ncelab [options] [lib.]cell[:view]
Options:
-MESSAGES -- Specifies printing of informative messages
-NOCOPYRIGHT -- Suppresses printing of copyright banner
-NOSTDOUT -- Turn off output to screen
-TIMESCALE <arg> -- Set default timescale on Verilog modules.
-ACCESS <arg> -- Set default access visibility. {+rwc} turn on read/write/connectivity.
-FILE <arg> -- Load command line arguments