Ignore:
Timestamp:
Jul 11, 2009, 6:39:35 PM (15 years ago)
Author:
rosiere
Message:

1) add constant method - compatibility with SystemC
2) add Script to test sensitive list
3) fix bug in sensitive list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/processor/Morpheo/Common/include/Systemc.h

    r131 r132  
    3939#else
    4040# ifdef SYSTEMCASS_SPECIFIC
    41 #  define simulation_run(x) do{ sc_time t (x,TIME_UNIT); sc_start(t); } while(0)
     41#  define simulation_run(x) do{ sc_start(x); } while(0)
    4242# else // systemc
    4343#  define simulation_run(x) do{ if(x==0) {sc_start(SC_ZERO_TIME);} else {sc_time t (x,TIME_UNIT); sc_start(t);}} while(0)
     
    5050#endif
    5151#endif
    52 
Note: See TracChangeset for help on using the changeset viewer.