X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/43fd94117de66d533ef9e58b2de85daa244da309..561d4f45e60504cc9e041370dd908b002fe776a5:/AbstractInterface.h?ds=inline diff --git a/AbstractInterface.h b/AbstractInterface.h index 608d04c..5c0b83a 100644 --- a/AbstractInterface.h +++ b/AbstractInterface.h @@ -24,7 +24,7 @@ class AbstractInterface { public : enum IfaceWidthType { Expression = 1, Boolean, Natural}; - enum IfacePurpose { Data = 1, Clock = 2, Reset = 3, Wishbone = 4 }; + 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 enum IfaceVHDLFlags { NoComma = 1 };