From: Cahit Date: Thu, 4 Feb 2016 14:57:11 +0000 (+0100) Subject: edited compile.pl help X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a12269151248e4302620736eaa549cff23575379;p=trb3.git edited compile.pl help --- diff --git a/scripts/compile.pl b/scripts/compile.pl index bec1874..4551749 100755 --- a/scripts/compile.pl +++ b/scripts/compile.pl @@ -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 \" (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 \"\n"; + print "-m --mpar\tSwitch for multi par. \"-m \" (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 \n"; + print "\t\tDESIGN_TOPNAME: 32PinAddOn, ADA_Addon, gpin, wasa, hadesstart, hub, cts, cbmtof\n"; print "\n"; exit; }