Merge branch 'multimode_clb' of https://github.com/LNIS-Projects/OpenFPGA into multimode_clb
This commit is contained in:
commit
d10e05f5cc
|
@ -1205,8 +1205,7 @@ sub run_ace($ $ $ $) {
|
||||||
|
|
||||||
print "Entering $ace_dir\n";
|
print "Entering $ace_dir\n";
|
||||||
chdir $ace_dir;
|
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 -c avoid_clk_option $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)) {
|
if (!(-e $ace_new_blif)) {
|
||||||
die "ERROR: Fail ACE for benchmark $mpack_vpr_blif.\n";
|
die "ERROR: Fail ACE for benchmark $mpack_vpr_blif.\n";
|
||||||
|
|
Loading…
Reference in New Issue