mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
8 lines
512 B
Plaintext
8 lines
512 B
Plaintext
%Warning-WIDTHCONCAT: t/t_concat_large_bad.v:9:29: More than a 8k bit replication is probably wrong: 32768
|
|
: ... note: In instance 't'
|
|
9 | wire [32767:0] a = {32768{1'b1}};
|
|
| ^
|
|
... For warning description see https://verilator.org/warn/WIDTHCONCAT?v=latest
|
|
... Use "/* verilator lint_off WIDTHCONCAT */" and lint_on around source to disable this message.
|
|
%Error: Exiting due to
|