]> AND Private Git Repository - blast.git/blobdiff - BlockImplementation.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
started to include patterns in implementation
[blast.git] / BlockImplementation.h
index df0e4997619ab1fa9358323288e534c9b83fb5da..852cc63df288780db229e4d4914d36895cd62313 100644 (file)
@@ -40,7 +40,9 @@ public:
 \r
   inline void setReference(ReferenceBlock* _reference) { reference = _reference; }\r
 \r
 \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
   void generateVHDL(FunctionalBlock* _block, const QString& path) throw(Exception); // main entry to generate the VHDL code\r
+  \r
 \r
 private:  \r
   QString xmlFile;\r
 \r
 private:  \r
   QString xmlFile;\r