2008-09-29 19:51:45 +00:00
|
|
|
// Test that environment substitutions work
|
2020-09-16 00:12:08 +00:00
|
|
|
# This is also a comment (in several simulators)
|
2008-09-29 19:51:45 +00:00
|
|
|
-f $VERILATOR_ROOT/test_regress/t/t_flag_f__2.vc
|
2011-03-21 16:25:31 +00:00
|
|
|
// Env var with .v file, and parens
|
2019-11-21 02:23:03 +00:00
|
|
|
// Double slash below is intentional, as allowed in other tools
|
|
|
|
${VERILATOR_ROOT}/test_regress/t//t_flag_f__3.v
|
2010-11-03 11:02:32 +00:00
|
|
|
// Test -f
|
|
|
|
-F $VERILATOR_ROOT/test_regress/t/tsub/t_flag_f_tsub.vc
|