Ignore:
Timestamp:
Dec 6, 2007, 11:03:00 AM (17 years ago)
Author:
rosiere
Message:
  • un pas de plus vers la compatibilite avec systemC
  • modification de l'interface de read_queue : context_id devient context_id, front_end_id et ooo_engine_id
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Behavioural/Generic/Shifter/src/Shifter.cpp

    r42 r66  
    4646    SC_METHOD (transition);
    4747    dont_initialize ();
    48     sensitive_pos << *(in_CLOCK);
     48    sensitive << (*(in_CLOCK)).pos();
    4949#endif
    5050
    5151    SC_METHOD (genMealy_shift);
    5252    dont_initialize ();
    53     sensitive_neg << *(in_CLOCK);
     53    sensitive << (*(in_CLOCK)).neg();
    5454    for (uint32_t i=0; i<param._nb_port; i++)
    5555      {
Note: See TracChangeset for help on using the changeset viewer.