]> AND Private Git Repository - blast.git/blobdiff - BlockImplementation.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
moved generate vhdl methods
[blast.git] / BlockImplementation.cpp
index 46c97229ab07479a59057949a2c87f616573898b..1553ebbd6e685e58cec5f5448b72e731bf09a2f9 100644 (file)
@@ -182,7 +182,7 @@ void BlockImplementation::generateVHDL(FunctionalBlock* _block, const QString &p
 }\r
 \r
 // This function generates the comments part of the VHDL document\r
-void BlockImplementation::generateComments(QDomElement &elt, QString coreFile, QTextStream& out) throw(Exception) {\r
+void BlockImplementation::generateComments(QTextStream& out, QDomElement &elt, QString coreFile) throw(Exception) {\r
 \r
   for(int i = 0; i < 50; i++) {\r
     out << "--";\r
@@ -222,7 +222,7 @@ void BlockImplementation::generateComments(QDomElement &elt, QString coreFile, Q
 }\r
 \r
 // This function generates the library part of the VHDL document\r
-void BlockImplementation::generateLibraries(QDomElement &elt, QTextStream& out) throw(Exception) {\r
+void BlockImplementation::generateLibraries(QTextStream& out, QDomElement &elt) throw(Exception) {\r
 \r
   QDomNodeList listLib = elt.elementsByTagName("library");\r
   for(int i = 0; i < listLib.length(); i++) {\r
@@ -370,7 +370,7 @@ void BlockImplementation::generateEntity(QTextStream& out, bool hasController) t
 }\r
 \r
 // This function generates the architecture part of the VHDL document\r
-void BlockImplementation::generateArchitecture(QDomElement &elt, QTextStream& out) throw(Exception) {\r
+void BlockImplementation::generateArchitecture(QTextStream& out, QDomElement &elt) throw(Exception) {\r
 \r
   QString expr;\r
   QString code = elt.text();\r