Changeset 60 for sources/test_regression/05092005
- Timestamp:
- Feb 14, 2017, 11:30:19 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/test_regression/05092005/system.cpp
r56 r60 22 22 sc_clock signal_clk("my_clock", sc_time(1, sc_core::SC_NS)); 23 23 sc_signal<bool> s[5]; 24 25 // Setup number of threads open-mp to 1 with the macro threads_omp() 26 threads_omp(); 27 24 28 hard a("a"); 25 29 hard b("b");
Note: See TracChangeset
for help on using the changeset viewer.