X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/6e2b3026c6a496e81642c373796bd39dad33d2a6..1b7818e18ed7bcf3464e307b97c6e0e6d72cc69b:/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 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