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

Private GIT Repository
finished VHDL gen. (but have to test further
[blast.git] / GroupBlock.h
index 23a8ce27a5819db44c08f51f91f1bcca25bfadf4..c3b6f9cf5a72fa26505445ced26a7ab68316039c 100644 (file)
@@ -46,6 +46,7 @@ public:
   void computeOutputPattern(int nbExec = -1) throw(Exception);
   void computeAdmittanceDelays() throw(Exception);
   
   void computeOutputPattern(int nbExec = -1) throw(Exception);
   void computeAdmittanceDelays() throw(Exception);
   
+  QList<QString> getExternalResources();
   void generateVHDL(const QString& path) throw(Exception); // main entry to generate the VHDL code  
 
 private:    
   void generateVHDL(const QString& path) throw(Exception); // main entry to generate the VHDL code  
 
 private: