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

    r56 r60  
    3939    i = e;
    4040
     41    // Setup number of threads open-mp to 1 with the macro threads_omp()
     42    threads_omp();
     43
    4144    cout << "a = 0x" << hex << (unsigned int) a << " = " << a.to_string(SC_BIN) << "\n";
    4245    //ASSERT(a.to_string(SC_BIN) == "0b000000111100010001");
Note: See TracChangeset for help on using the changeset viewer.