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

    r55 r60  
    7878    sc_signal< sc_uint<64> > s11("s11"), s12("s12"), s13("s13");
    7979    sc_signal< sc_uint<32> > s16("s16");
     80
     81    // Setup number of threads open-mp to 1 with the macro threads_omp()
     82    threads_omp();
    8083
    8184    test test1("test1");
Note: See TracChangeset for help on using the changeset viewer.