2020-03-15 02:02:42 +00:00
|
|
|
%Error: t/t_var_bad_sameas.v:9:8: Unsupported in C: Cell has the same name as variable: 'varfirst'
|
2019-07-15 01:42:03 +00:00
|
|
|
sub varfirst ();
|
|
|
|
^~~~~~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
t/t_var_bad_sameas.v:8:12: ... Location of original declaration
|
2019-07-15 01:42:03 +00:00
|
|
|
integer varfirst;
|
|
|
|
^~~~~~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
%Error: t/t_var_bad_sameas.v:10:9: Unsupported in C: Task has the same name as cell: 'varfirst'
|
2019-07-15 01:42:03 +00:00
|
|
|
task varfirst; begin end endtask
|
|
|
|
^~~~~~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
t/t_var_bad_sameas.v:9:8: ... Location of original declaration
|
2019-07-15 01:42:03 +00:00
|
|
|
sub varfirst ();
|
|
|
|
^~~~~~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
%Error: t/t_var_bad_sameas.v:13:12: Unsupported in C: Variable has same name as cell: 'cellfirst'
|
2019-07-15 01:42:03 +00:00
|
|
|
integer cellfirst;
|
|
|
|
^~~~~~~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
%Error: t/t_var_bad_sameas.v:14:9: Unsupported in C: Task has the same name as cell: 'cellfirst'
|
2019-07-15 01:42:03 +00:00
|
|
|
task cellfirst; begin end endtask
|
|
|
|
^~~~~~~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
t/t_var_bad_sameas.v:12:8: ... Location of original declaration
|
2019-07-15 01:42:03 +00:00
|
|
|
sub cellfirst ();
|
|
|
|
^~~~~~~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
%Error: t/t_var_bad_sameas.v:17:12: Unsupported in C: Variable has same name as task: 'taskfirst'
|
2019-07-15 01:42:03 +00:00
|
|
|
integer taskfirst;
|
|
|
|
^~~~~~~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
%Error: t/t_var_bad_sameas.v:18:8: Unsupported in C: Cell has the same name as task: 'taskfirst'
|
2019-07-15 01:42:03 +00:00
|
|
|
sub taskfirst ();
|
|
|
|
^~~~~~~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
t/t_var_bad_sameas.v:16:9: ... Location of original declaration
|
2019-07-15 01:42:03 +00:00
|
|
|
task taskfirst; begin end endtask
|
|
|
|
^~~~~~~~~
|
2018-11-03 18:59:04 +00:00
|
|
|
%Error: Exiting due to
|