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

Private GIT Repository
finalized analysis with clkconvert + started testbench gen.
[blast.git] / AbstractBoxItem.cpp
index 911a790d6da0cf18d84de16eda232f5da1103833..0a820554711e7a4aab27f35c9406bdcc01ff04de 100644 (file)
@@ -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::isSourceItem() {
+bool AbstractBoxItem::isStimuliItem() {
   return false;
 }
 
   return false;
 }