Forum Discussion
Altera_Forum
Honored Contributor
10 years agothats because the 'event attribute is not a signal, and hence cannot be waited on.
instead, use: wait on tb_control.command;thats because the 'event attribute is not a signal, and hence cannot be waited on.
instead, use: wait on tb_control.command;