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

Private GIT Repository
finalized analysis with clkconvert + started testbench gen.
[blast.git] / Graph.h
diff --git a/Graph.h b/Graph.h
index d5b15a9ae872d559fa76b46ff0062e04f29ddb9e..bbd7eb2fa4553247a1454d5aa8b5b82a03f6c196 100644 (file)
--- a/Graph.h
+++ b/Graph.h
@@ -65,6 +65,7 @@ public:
   void computeOutputPatterns(int nbExec) throw(Exception);
   
   void generateVHDL(const QString& path) throw(Exception);
   void computeOutputPatterns(int nbExec) throw(Exception);
   
   void generateVHDL(const QString& path) throw(Exception);
+  void generateTestbench(const QString& projectName, const QString& benchFile) throw(Exception);
 
 private:  
   GroupBlock* topGroup;
 
 private:  
   GroupBlock* topGroup;