X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/8f0bedf735fe2b306c11c3f4a168245a05e37ccd..14cd6d834ab531525a51c6a6992583b3e9143e02:/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