systemc-compiler
systemc-compiler copied to clipboard
Support function call in SCT_ASSERT
Support functions w/o parameters and with only return statement inside.
bool f() {
return sig.read();
}