2020-03-21 15:24:24 +00:00
|
|
|
%Error: t/t_var_bad_sameas.v:10:8: Unsupported in C: Cell has the same name as variable: 'varfirst'
|
2019-07-15 01:42:03 +00:00
|
|
|
sub varfirst ();
|
|
|
|
^~~~~~~~
|
2020-03-21 15:24:24 +00:00
|
|
|
t/t_var_bad_sameas.v:9:12: ... Location of original declaration
|
2019-07-15 01:42:03 +00:00
|
|
|
integer varfirst;
|
|
|
|
^~~~~~~~
|
2020-03-21 15:24:24 +00:00
|
|
|
%Error: t/t_var_bad_sameas.v:11: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-21 15:24:24 +00:00
|
|
|
t/t_var_bad_sameas.v:10:8: ... Location of original declaration
|
2019-07-15 01:42:03 +00:00
|
|
|
sub varfirst ();
|
|
|
|
^~~~~~~~
|
2020-03-21 15:24:24 +00:00
|
|
|
%Error: t/t_var_bad_sameas.v:14:12: Unsupported in C: Variable has same name as cell: 'cellfirst'
|
2019-07-15 01:42:03 +00:00
|
|
|
integer cellfirst;
|
|
|
|
^~~~~~~~~
|
2020-03-21 15:24:24 +00:00
|
|
|
%Error: t/t_var_bad_sameas.v:15: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-21 15:24:24 +00:00
|
|
|
t/t_var_bad_sameas.v:13:8: ... Location of original declaration
|
2019-07-15 01:42:03 +00:00
|
|
|
sub cellfirst ();
|
|
|
|
^~~~~~~~~
|
2020-03-21 15:24:24 +00:00
|
|
|
%Error: t/t_var_bad_sameas.v:18:12: Unsupported in C: Variable has same name as task: 'taskfirst'
|
2019-07-15 01:42:03 +00:00
|
|
|
integer taskfirst;
|
|
|
|
^~~~~~~~~
|
2020-03-21 15:24:24 +00:00
|
|
|
%Error: t/t_var_bad_sameas.v:19:8: Unsupported in C: Cell has the same name as task: 'taskfirst'
|
2019-07-15 01:42:03 +00:00
|
|
|
sub taskfirst ();
|
|
|
|
^~~~~~~~~
|
2020-03-21 15:24:24 +00:00
|
|
|
t/t_var_bad_sameas.v:17: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
|