Ignore:
Timestamp:
May 21, 2009, 12:01:32 AM (15 years ago)
Author:
rosiere
Message:

1) Stat List : scan all queue to find free register
2) Write_queue : test "genMealy" add bypass [0]
3) Functionnal_unit : add const parameters to add or not the pipeline_in
4) Load Store Unit : if load make an exception, free nb_check
5) Debug, change test to add model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Configuration/src/Simulator_fromFile.cpp

    r112 r118  
    8282            testSingleton  (xml,true);
    8383
    84             attributes_t      attributes = xml->getAttributes();
     84            attributes_t attributes = xml->getAttributes();
    8585           
    86             std::string       value_name  = getAttribute(xml,attributes,"name" );
    87             model_type_t      value_model = fromString<model_type_t     >(getAttribute(xml,attributes,"model"));
    88             debug_verbosity_t value_debug = fromString<debug_verbosity_t>(getAttribute(xml,attributes,"debug"));
     86            std::string  value_name  = getAttribute(xml,attributes,"name" );
     87            model_type_t value_model = fromString<model_type_t     >(getAttribute(xml,attributes,"model"));
     88            bool         value_debug = fromString<bool>(getAttribute(xml,attributes,"debug"));
    8989           
    9090            testAttributesEmpty(xml,attributes);
Note: See TracChangeset for help on using the changeset viewer.