Tests: Rename t_delay_func_bad

This commit is contained in:
Wilson Snyder 2020-05-10 13:51:28 -04:00
parent 12b903caf4
commit 629dd16714
4 changed files with 9 additions and 9 deletions

View File

@ -0,0 +1,9 @@
%Error: t/t_delay_func_bad.v:10:8: Delays are not legal in functions. Suggest use a task (IEEE 1800-2017 13.4.4)
: ... In instance t
10 | #1 $stop;
| ^
%Error: t/t_delay_func_bad.v:23:8: Delays are not legal in final blocks (IEEE 1800-2017 9.2.3)
: ... In instance t
23 | #1;
| ^
%Error: Exiting due to

View File

@ -1,9 +0,0 @@
%Error: t/t_timing_func_bad.v:10:8: Delays are not legal in functions. Suggest use a task (IEEE 1800-2017 13.4.4)
: ... In instance t
10 | #1 $stop;
| ^
%Error: t/t_timing_func_bad.v:23:8: Delays are not legal in final blocks (IEEE 1800-2017 9.2.3)
: ... In instance t
23 | #1;
| ^
%Error: Exiting due to