\r
// others\r
void connectClkReset() throw(Exception); \r
-\r
+ virtual QList<QString> getExternalResources() = 0; // returns the list of all external files needed for VHDL generation\r
virtual void generateVHDL(const QString& path) throw(Exception) = 0; // main entry to generate the VHDL code\r
void generateComponent(QTextStream& out, bool hasController=false) throw(Exception); // generate the component using reference\r
void generateEntity(QTextStream& out, bool hasController=false) throw(Exception); // generate the entity using reference\r