mirror of
https://github.com/verilator/verilator.git
synced 2025-01-11 17:17:36 +00:00
15 lines
798 B
Plaintext
15 lines
798 B
Plaintext
%Error: t/t_concat_link_bad.v:24: Syntax Error: Not expecting REPLICATE under a DOT in dotted expression
|
|
assign bar_s = {foo_s, foo_s}.f1;
|
|
^
|
|
%Error: t/t_concat_link_bad.v:24: Syntax Error: Not expecting CONCAT under a REPLICATE in dotted expression
|
|
assign bar_s = {foo_s, foo_s}.f1;
|
|
^
|
|
%Error: t/t_concat_link_bad.v:24: Syntax Error: Not expecting CONST under a REPLICATE in dotted expression
|
|
assign bar_s = {foo_s, foo_s}.f1;
|
|
^
|
|
%Warning-IMPLICIT: t/t_concat_link_bad.v:24: Signal definition not found, creating implicitly: 'bar_s'
|
|
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
|