2020-04-16 01:39:03 +02:00
|
|
|
%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)
|
2021-01-23 16:31:27 +01:00
|
|
|
7 | module pre_no_ts;
|
|
|
|
|
| ^~~~~~~~~
|
2020-04-16 01:39:03 +02:00
|
|
|
t/t_timescale_lint_bad.v:12:8: ... Location of module with timescale
|
|
|
|
|
12 | module t;
|
|
|
|
|
| ^
|
|
|
|
|
%Error: Exiting due to
|