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

    r55 r60  
    6565    sc_signal<int> out("out");
    6666
     67    // Setup number of threads open-mp to 1 with the macro threads_omp()
     68    threads_omp();
     69
    6770    test test("test");
    6871    test.clk(clk);
Note: See TracChangeset for help on using the changeset viewer.