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

    r55 r60  
    127127    sc_clock  signal_clk("my_clock", 1, 0.5);
    128128
     129    // Setup number of threads open-mp to 1 with the macro threads_omp()
     130    threads_omp();
     131
    129132    test test1("test1");
    130133    test1.clk(signal_clk);
Note: See TracChangeset for help on using the changeset viewer.