]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
edited compile.pl help
authorCahit <c.ugur@gsi.de>
Thu, 4 Feb 2016 14:57:11 +0000 (15:57 +0100)
committerCahit <c.ugur@gsi.de>
Thu, 4 Feb 2016 14:57:11 +0000 (15:57 +0100)
scripts/compile.pl

index bec1874b4878e1b607604d9235e4937e6c411479..45517499300bd6d1b7fa3c59bde6c15b51cbaa99 100755 (executable)
@@ -46,11 +46,12 @@ if ($help) {
   print "-p  --par\tRun par part of the compile script.\n";
   print "-t  --timing\tRun timing analysis part of the compile script.\n";
   print "-b  --bitgen\tRun bit generation part of the compile script.\n";
-  print "-m  --mpar\tSwitch for multi par. \"-m <number_of_nodes>\" (Default = off)\n";
-  print "\t\tThe node list file name has to be edited in the script. (Default = nodes_lxhadeb07.txt)\n";
-  print "-g  --guide\tDefine guide file for the guided placement & routing\n";
-  print "-d  --design\tSelect the design to compile. Overrides the TOPNAME option in config_compile.pl\n";
-  print "\t\t\"-d <DESIGN_TOPNAME>\"\n";
+  print "-m  --mpar\tSwitch for multi par. \"-m <number_of_nodes>\" (Default = off).\n";
+  print "\t\tThe node list file name has to be edited in the script. (Default = nodes_lxhadeb07.txt).\n";
+  print "-g  --guide\tDefine guide file for the guided placement & routing.\n";
+  print "-d  --design\tSelect the design to compile. Overrides the TOPNAME option in config_compile.pl.\n";
+  print "\t\t-d <DESIGN_TOPNAME>\n";
+  print "\t\tDESIGN_TOPNAME: 32PinAddOn, ADA_Addon, gpin, wasa, hadesstart, hub, cts, cbmtof\n";
   print "\n";
   exit;
 }