verilator/test_regress/t/t_timescale_lint_bad.out
2021-01-23 10:31:41 -05:00

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