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]
/
AbstractBoxItem.cpp
diff --git
a/AbstractBoxItem.cpp
b/AbstractBoxItem.cpp
index 911a790d6da0cf18d84de16eda232f5da1103833..0a820554711e7a4aab27f35c9406bdcc01ff04de 100644
(file)
--- a/
AbstractBoxItem.cpp
+++ b/
AbstractBoxItem.cpp
@@
-41,6
+41,7
@@
AbstractBoxItem::AbstractBoxItem(AbstractBlock *_refBlock, Dispatcher *_dispatch
selected = false;
currentInterface = NULL;
selected = false;
currentInterface = NULL;
+ visible = true;
rstClkVisible = false;
wishboneVisible = false;
rstClkVisible = false;
wishboneVisible = false;
@@
-71,6
+72,7
@@
AbstractBoxItem::AbstractBoxItem(Dispatcher *_dispatcher, Parameters *_params, i
selected = false;
currentInterface = NULL;
selected = false;
currentInterface = NULL;
+ visible = true;
rstClkVisible = false;
wishboneVisible = false;
rstClkVisible = false;
wishboneVisible = false;
@@
-94,7
+96,7
@@
bool AbstractBoxItem::isGroupItem() {
return false;
}
return false;
}
-bool AbstractBoxItem::isS
ource
Item() {
+bool AbstractBoxItem::isS
timuli
Item() {
return false;
}
return false;
}