A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
blast.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
finished testbench generation
[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 generateTestbench(const QString& projectName, const QString& benchFile) throw(Exception);
private:
GroupBlock* topGroup;