my $include_GBE = $config{include_GBE} || 0;
my $twr_number_of_errors = $config{twr_number_of_errors} || 10;
my $pinout_file = $config{pinout_file} || $TOPNAME;
+my $nodelist_file = $config{nodelist_file} || 'nodelist.txt';
###################################################################################
#Settings for this project
system("rm $TOPNAME.ncd");
if ($isMultiPar)
{
- $c=qq|LC_ALL=en_US.UTF-8; par -m ../nodelist.txt -n $nrNodes -f "../par.p2t" $tpmap.ncd $TOPNAME.dir $TOPNAME.prf;|;
+ $c=qq|LC_ALL=en_US.UTF-8; par -m ../../scripts/$nodelist_file -n $nrNodes -f "../par.p2t" $tpmap.ncd $TOPNAME.dir $TOPNAME.prf;|;
execute($c);
# find and copy the .ncd file which has met the timing constraints
synplify_command => "/d/jspc29/lattice/diamond/3.4_x64/bin/lin64/synpwrap -fg -options",
#synplify_command => "/d/jspc29/lattice/synplify/J-2014.09-SP2/bin/synplify_premier_dp",
+nodelist_file => 'nodelist_frankfurt.txt',
+
#Include only necessary lpf files
#pinout_file => '', #name of pin-out file, if not equal TOPNAME
firefox_open => 0,
twr_number_of_errors => 20,
-
#synplify_command => "/opt/lattice/diamond/3.4_x64/bin/lin64/synpwrap -fg -options",
synplify_command => "/opt/synplicity/J-2014.09-SP2/bin/synplify_premier_dp",
+nodelist_file => 'nodelist_lxhadeb07.txt',
firefox_open => 0,
+++ /dev/null
-../scripts/nodes_frankfurt.txt
\ No newline at end of file