Tests: Remove debug

This commit is contained in:
Wilson Snyder 2012-02-04 20:00:36 -05:00
parent ca927fe587
commit 660bc757f1
2 changed files with 2 additions and 2 deletions

View File

@ -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 (

View File

@ -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 (