Ignore:
Timestamp:
Apr 15, 2008, 8:40:01 PM (16 years ago)
Author:
rosiere
Message:
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Signal.h

    • Property svn:keywords set to Id
    r78 r81  
    2020#endif
    2121
     22#include "Behavioural/include/Parameters.h"
    2223#include "Behavioural/include/Direction.h"
    2324#include "Behavioural/include/XML.h"
     
    147148      if (_type_info != UNKNOW)
    148149        throw (ErrorMorpheo ("Signal \""+_name+"\" : already allocate."));
     150
     151      if (test<T>(_size) == false)
     152        throw (ErrorMorpheo ("Signal \""+_name+"\" : size is too small to the associate type."));
    149153
    150154      _is_allocate    = true;
Note: See TracChangeset for help on using the changeset viewer.