Ignore:
Timestamp:
Feb 14, 2017, 11:30:19 AM (7 years ago)
Author:
meunier
Message:
  • Intégration des modifications de Clément, qui a intégré la version parallélisée de systemcass faite par Manuel.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/test_regression/05092005/system.cpp

    r56 r60  
    2222    sc_clock signal_clk("my_clock", sc_time(1, sc_core::SC_NS));
    2323    sc_signal<bool> s[5];
     24
     25    // Setup number of threads open-mp to 1 with the macro threads_omp()
     26    threads_omp();
     27
    2428    hard a("a");
    2529    hard b("b");
Note: See TracChangeset for help on using the changeset viewer.