1 #include "SpecialBlock.h"
\r
3 SpecialBlock::SpecialBlock(SpecialType _type, GroupBlock* _parent, ReferenceBlock* _reference, bool createIfaces) throw(Exception) : FunctionalBlock(_parent, _reference, createIfaces) {
\r
7 SpecialBlock::~SpecialBlock() {
\r
10 void SpecialBlock::checkInputPatternCompatibility() throw(Exception) {
\r
14 checkInputPatternCompatibilityClockConvert();
\r
18 catch(Exception e) {
\r
23 void SpecialBlock::computeOutputPattern(int nbExec) throw(Exception) {
\r
27 computeOutputPatternClockConvert(nbExec);
\r
31 catch(Exception e) {
\r
36 void SpecialBlock::checkInputPatternCompatibilityClockConvert() throw(Exception) {
\r
38 void SpecialBlock::computeOutputPatternClockConvert(int nbExec) throw(Exception) {
\r