X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/6e2b3026c6a496e81642c373796bd39dad33d2a6..6ca6321283b9c93a6df9dcd5216bfa01df9ad24b:/AbstractBlock.h

diff --git a/AbstractBlock.h b/AbstractBlock.h
index 5f2acb5..0ca5536 100644
--- a/AbstractBlock.h
+++ b/AbstractBlock.h
@@ -60,7 +60,7 @@ public:
 
   // others
   void connectClkReset() throw(Exception);  
-
+  virtual QList<QString> getExternalResources() = 0; // returns the list of all external files needed for VHDL generation
   virtual void generateVHDL(const QString& path) throw(Exception) = 0; // main entry to generate the VHDL code
   void generateComponent(QTextStream& out, bool hasController=false) throw(Exception); // generate the component using reference
   void generateEntity(QTextStream& out, bool hasController=false) throw(Exception); // generate the entity using reference