2021-03-17 02:42:28 +00:00
|
|
|
%Warning-TIMESCALEMOD: t/t_timescale_lint.v:7:8: Timescale missing on this module as other modules have it (IEEE 1800-2017 3.14.2.3)
|
2021-01-23 15:31:27 +00:00
|
|
|
7 | module pre_no_ts;
|
|
|
|
| ^~~~~~~~~
|
2021-03-17 02:42:28 +00:00
|
|
|
t/t_timescale_lint.v:12:8: ... Location of module with timescale
|
2020-04-15 23:39:03 +00:00
|
|
|
12 | module t;
|
|
|
|
| ^
|
2021-04-24 14:33:49 +00:00
|
|
|
... For warning description see https://verilator.org/warn/TIMESCALEMOD?v=latest
|
2021-03-17 01:58:15 +00:00
|
|
|
... Use "/* verilator lint_off TIMESCALEMOD */" and lint_on around source to disable this message.
|
2020-04-15 23:39:03 +00:00
|
|
|
%Error: Exiting due to
|