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

Private GIT Repository
correct relative positionning of source/group
[blast.git] / AbstractInterface.h
index 29be72915f50648b92b074875d82deb53e2058cd..39157a65bbb58869fa63ca6aac23964a6c1af4de 100644 (file)
@@ -23,7 +23,7 @@ class AbstractInterface {
 
 public :
 
-  enum IfaceWidthType { Expression = 1, Boolean, Natural};
+  enum IfaceWidthType { Expression = 1, Boolean, Natural, Inherited}; //! Inherited is only for Group interface 
   enum IfacePurpose { Data = 1, Control, Clock, Reset, Wishbone };
   enum IfaceDirection { Input = 1, Output = 2, InOut = 3 };  
   enum IfaceVHDLContext { Entity = 1, Component = 2, Architecture = 3 }; // NB : 3 is when creating an instance of the block that owns this iface