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

Private GIT Repository
modif in VHDLConverter
[blast.git] / GroupBlock.h
index 4a147ab51ef512a774352e6aaa51c7852ba2bebb..b3aaeafbe50b3fecc9ec3bfbd4061ce42800cc8c 100644 (file)
@@ -42,7 +42,8 @@ public:
   // public attributes
   static int counter;
 
-  bool computeOutputPattern(int nbExec = -1);
+  void checkInputPatternCompatibility() throw(Exception);
+  void computeOutputPattern(int nbExec = -1) throw(Exception);
   
 private:    
   // patterns  
@@ -54,12 +55,12 @@ private:
     
    */
   /*!
-   * \brief initInputPattern
+   * \brief createInputPattern
    * Since input GroupInterface are just tunnels to input interfaces of inner blocks, they must
    * have an output pattern that can be provided to inner interfaces. That outpu pattern is just
    * found by taking the output pattern of the connectedFrom interface.
    */   
-  void initInputPattern();
+  void createInputPattern();
   
   
   bool topGroup;