From: Manuel Penschuck Date: Fri, 23 May 2014 13:57:51 +0000 (+0200) Subject: Typo X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=680be5c3f8965074474345639a82d7479e0ada45;p=trb3.git Typo --- diff --git a/base/create_project.pl b/base/create_project.pl index 089581c..658daab 100755 --- a/base/create_project.pl +++ b/base/create_project.pl @@ -320,6 +320,6 @@ STY -print "\nNOTE: The version.vhd file is neither generated nor updated when building in diamond.\n" -print "\nUse command-line compilation to create a version file.\n" +print "\nNOTE: The version.vhd file is neither generated nor updated when building in diamond.\n"; +print "\nUse command-line compilation to create a version file.\n"; print "\nDone. Execute \n> diamond $project_file\nto open the project\n";