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

    r55 r60  
    123123    top_level t("top_level");
    124124
     125    // Setup number of threads open-mp to 1 with the macro threads_omp()
     126    threads_omp();
     127
    125128    t.clk(clk);
    126129    t.o(out);
Note: See TracChangeset for help on using the changeset viewer.