diff --git a/test_regress/t/t_tri_pullup.pl b/test_regress/t/t_tri_pullup.pl index af7e316e8..e1b68002f 100755 --- a/test_regress/t/t_tri_pullup.pl +++ b/test_regress/t/t_tri_pullup.pl @@ -12,7 +12,7 @@ $Self->{vlt} or $Self->skip("Verilator only test"); compile ( make_top_shell => 0, make_main => 0, - verilator_flags2 => ["--exe $Self->{t_dir}/$Self->{name}.cpp --debug"], + verilator_flags2 => ["--exe $Self->{t_dir}/$Self->{name}.cpp"], ); execute ( diff --git a/test_regress/t/t_tri_select.pl b/test_regress/t/t_tri_select.pl index af7e316e8..e1b68002f 100755 --- a/test_regress/t/t_tri_select.pl +++ b/test_regress/t/t_tri_select.pl @@ -12,7 +12,7 @@ $Self->{vlt} or $Self->skip("Verilator only test"); compile ( make_top_shell => 0, make_main => 0, - verilator_flags2 => ["--exe $Self->{t_dir}/$Self->{name}.cpp --debug"], + verilator_flags2 => ["--exe $Self->{t_dir}/$Self->{name}.cpp"], ); execute (