Closed Remillard closed 7 years ago
There's an error in scoping attribute if no space after the signal name:
attribute syn_keep of gated_echo_ptrig: signal is TRUE;
Will fail. The following passes:
attribute syn_keep of gated_echo_ptrig : signal is TRUE;
Fixed and staged for release.
There's an error in scoping attribute if no space after the signal name:
Will fail. The following passes: