intel/systemc-compiler

Support function call in SCT_ASSERT

mikhailmoiseev opened this issue · 1 comments

Support function call in SCT_ASSERT

Support functions w/o parameters and with only return statement inside.

bool f() {
   return sig.read();
}