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

    r55 r60  
    4040    sc_signal<int> s1("s1"), s2("s2"), s3("s3"), s4("s4");
    4141
     42    // Setup number of threads open-mp to 1 with the macro threads_omp()
     43    threads_omp();
     44
    4245    m.i1 (s1);
    4346    m.i2 (s1);
Note: See TracChangeset for help on using the changeset viewer.