Changeset 60 for sources/test_regression/09092005a
- Timestamp:
- Feb 14, 2017, 11:30:19 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/test_regression/09092005a/system.cpp
r56 r60 14 14 15 15 int sc_main (int argc, char ** argv) { 16 17 // Setup number of threads open-mp to 1 with the macro threads_omp() 18 threads_omp(); 16 19 17 20 sc_uint<ADDRSIZE> LINEADDR_MASK = ~(((sc_uint<ADDRSIZE>) ~0x0) >> (ADDRSIZE - OFFSETSIZE - BPFSIZE));
Note: See TracChangeset
for help on using the changeset viewer.