switch(type) {\r
case ClockConvert :\r
checkInputPatternCompatibilityClockConvert();\r
- break;\r
- case ClkRstGen:\r
- checkInputPatternCompatibilityClkRstGen();\r
- break;\r
+ break; \r
}\r
}\r
catch(Exception e) {\r
switch(type) {\r
case ClockConvert :\r
computeOutputPatternClockConvert(nbExec);\r
- break;\r
- case ClkRstGen:\r
- computeOutputPatternClkRstGen(nbExec);\r
- break;\r
+ break; \r
}\r
}\r
catch(Exception e) {\r
}\r
\r
\r
-void SpecialBlock::checkInputPatternCompatibilityClkRstGen() throw(Exception) {\r
-}\r
-void SpecialBlock::computeOutputPatternClkRstGen(int nbExec) throw(Exception) {\r
-}\r