system ("./compile_tdc.pl", $WORKDIR, $TOPNAME, "prj") if ($include_TDC); ## edit prj file for different designs
print GREEN, "Starting synthesis process...\n\n", RESET;
# $synplify_command = "$synplify_path/bin/synplify_pro" unless $synplify_command;
- $synplify_command = "$synplify_path/bin/synplify_premier_dp" unless $synplify_command;
+ $synplify_command = "$synplify_path/bin/synplify_premier" unless $synplify_command;
$c="$synplify_command -batch ../$TOPNAME.prj";
$r=execute($c, "do_not_exit" );