systemc-compiler icon indicating copy to clipboard operation
systemc-compiler copied to clipboard

Support function call in SCT_ASSERT

Open mikhailmoiseev opened this issue 3 years ago • 1 comments

mikhailmoiseev avatar May 26 '22 17:05 mikhailmoiseev

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

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

mikhailmoiseev avatar May 26 '22 17:05 mikhailmoiseev