2020-06-10 01:20:16 +02:00
|
|
|
%Error-UNSUPPORTED: t/t_event_control_unsup.v:14:7: Unsupported: timing control statement in this location
|
2020-08-23 14:56:35 +02:00
|
|
|
: ... In instance t
|
2020-06-10 01:20:16 +02:00
|
|
|
: ... Suggest have one timing control statement per procedure, at the top of the procedure
|
2020-06-06 21:54:44 +02:00
|
|
|
14 | @(clk);
|
|
|
|
|
| ^
|
2020-06-10 01:20:16 +02:00
|
|
|
%Error-UNSUPPORTED: t/t_event_control_unsup.v:16:7: Unsupported: timing control statement in this location
|
2020-08-23 14:56:35 +02:00
|
|
|
: ... In instance t
|
2020-06-10 01:20:16 +02:00
|
|
|
: ... Suggest have one timing control statement per procedure, at the top of the procedure
|
2020-06-06 21:54:44 +02:00
|
|
|
16 | @(clk);
|
|
|
|
|
| ^
|
|
|
|
|
%Error: Exiting due to
|