X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/abbc64cf04a35ab3549d5c516f44c7c5921baa63..8d3e09e430e829b9d847847334cbfe37790baca3:/BlockImplementation.h?ds=inline diff --git a/BlockImplementation.h b/BlockImplementation.h index df0e499..852cc63 100644 --- a/BlockImplementation.h +++ b/BlockImplementation.h @@ -40,7 +40,9 @@ public: inline void setReference(ReferenceBlock* _reference) { reference = _reference; } + void assignPatterns(FunctionalBlock* _block) throw(Exception); // called during output pattern computation void generateVHDL(FunctionalBlock* _block, const QString& path) throw(Exception); // main entry to generate the VHDL code + private: QString xmlFile;