Ignore:
Timestamp:
Feb 16, 2017, 3:46:11 PM (7 years ago)
Author:
meunier
Message:
  • Functional (or supposedly functional) OpenMP support configure must be run with --enable-use-omp and the topcell must define the USE_OPENMP flag before including the .h files of systemcass (if openmp enabled).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_object.cc

    r59 r62  
    106106const char * sc_gen_unique_name(const char * basename_) {
    107107    string s;
    108     gen_name(basename_,s);
     108    gen_name(basename_, s);
    109109    const char * ret = strdup(s.c_str());
    110110    sc_core::allocated_names.push_back(ret);
Note: See TracChangeset for help on using the changeset viewer.