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/07122006a/system.cpp

    r56 r60  
    1919    sc_signal<int> in ("in");
    2020    sc_signal<int> out("out");
     21
     22    // Setup number of threads open-mp to 1 with the macro threads_omp()
     23    threads_omp();
    2124
    2225    test test("test");
Note: See TracChangeset for help on using the changeset viewer.