forked from github/verilator
8 lines
334 B
Plaintext
8 lines
334 B
Plaintext
%Error-TIMESCALEMOD: t/t_timescale_lint_bad.v:7:8: Timescale missing on this module as other modules have it (IEEE 1800-2017 3.14.2.2)
|
|
7 | module pre_no_ts;
|
|
| ^~~~~~~~~
|
|
t/t_timescale_lint_bad.v:12:8: ... Location of module with timescale
|
|
12 | module t;
|
|
| ^
|
|
%Error: Exiting due to
|