Add debug command to understandn travis issue with ace

This commit is contained in:
AurelienUoU 2019-05-20 16:06:37 -06:00
parent becb90cd16
commit 2392d11790
1 changed files with 1 additions and 0 deletions

View File

@ -1205,6 +1205,7 @@ sub run_ace($ $ $ $) {
print "Entering $ace_dir\n";
chdir $ace_dir;
print "./$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)) {