Correct syntax error in ace2 log file generation

This commit is contained in:
AurelienUoU 2019-05-20 13:56:50 -06:00
parent fbebb45bf2
commit becb90cd16
1 changed files with 1 additions and 1 deletions

View File

@ -1205,7 +1205,7 @@ sub run_ace($ $ $ $) {
print "Entering $ace_dir\n";
chdir $ace_dir;
system("./$ace_name -b $mpack_vpr_blif -o $act_file -n $ace_new_blif $ace_customized_opts > $log");
system("./$ace_name -b $mpack_vpr_blif -o $act_file -n $ace_new_blif $ace_customized_opts >> $log");
if (!(-e $ace_new_blif)) {
die "ERROR: Fail ACE for benchmark $mpack_vpr_blif.\n";