\r
inline void setReference(ReferenceBlock* _reference) { reference = _reference; }\r
\r
+ void assignPatterns(FunctionalBlock* _block) throw(Exception); // called during output pattern computation\r
void generateVHDL(FunctionalBlock* _block, const QString& path) throw(Exception); // main entry to generate the VHDL code\r
+ \r
\r
private: \r
QString xmlFile;\r