User guide

21-16
OpenVera Native Testbench
-ntb_define macro
-ntb_incdir directory
-ntb_opts no_file_by_file_pp
-ntb_opts tb_timescale=value
-ntb_opts dep_check
-ntb_opts print_deps
-ntb_opts use_sigprop
-ntb_opts vera_portname
-ntb_define macro
To run different OpenVera programs with different macro definitions,
specify the macros name using the "-ntb_define" option. Multiple
macro names are specified using the delimiter the "+".
ntb_options -ntb_define macro1
or
ntb_options -ntb_define macro1+macro2
-ntb_incdir directory
Specifies the path to the directory where *.vrh files to be included
reside. Multiple include directories can be specified using the
delimiter +.
Example:
ntb_options -ntb_incdir /usr/muddappa/include
or