2020-03-21 15:24:24 +00:00
|
|
|
%Error: t/t_concat_link_bad.v:13:20: Syntax Error: Not expecting REPLICATE under a DOT in dotted expression
|
2019-11-20 00:23:40 +00:00
|
|
|
assign bar_s = {foo_s, foo_s}.f1;
|
|
|
|
^
|
2020-03-21 15:24:24 +00:00
|
|
|
%Error: t/t_concat_link_bad.v:13:26: Syntax Error: Not expecting CONCAT under a REPLICATE in dotted expression
|
2019-11-20 00:23:40 +00:00
|
|
|
assign bar_s = {foo_s, foo_s}.f1;
|
|
|
|
^
|
2020-03-21 15:24:24 +00:00
|
|
|
%Error: t/t_concat_link_bad.v:13:20: Syntax Error: Not expecting CONST under a REPLICATE in dotted expression
|
2019-11-20 00:23:40 +00:00
|
|
|
assign bar_s = {foo_s, foo_s}.f1;
|
|
|
|
^
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-IMPLICIT: t/t_concat_link_bad.v:13:12: Signal definition not found, creating implicitly: 'bar_s'
|
2019-11-20 00:23:40 +00:00
|
|
|
assign bar_s = {foo_s, foo_s}.f1;
|
|
|
|
^~~~~
|
|
|
|
... Use "/* verilator lint_off IMPLICIT */" and lint_on around source to disable this message.
|
|
|
|
%Error: Exiting due to
|