2020-03-21 15:24:24 +00:00
|
|
|
%Warning-MODDUP: t/t_mod_dup_bad.v:14:8: Duplicate declaration of module: 'a'
|
2020-04-04 00:07:46 +00:00
|
|
|
14 | module a();
|
|
|
|
| ^
|
2020-03-21 15:24:24 +00:00
|
|
|
t/t_mod_dup_bad.v:7:8: ... Location of original declaration
|
2020-04-04 00:07:46 +00:00
|
|
|
7 | module a();
|
|
|
|
| ^
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off MODDUP */" and lint_on around source to disable this message.
|
2020-03-21 15:24:24 +00:00
|
|
|
%Warning-MULTITOP: t/t_mod_dup_bad.v:17:8: Multiple top level modules
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... Suggest see manual; fix the duplicates, or use --top-module to select top.
|
|
|
|
: ... Top module 'test'
|
2020-04-04 00:07:46 +00:00
|
|
|
10 | module test();
|
|
|
|
| ^~~~
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... Top module 'b'
|
2020-04-04 00:07:46 +00:00
|
|
|
17 | module b();
|
|
|
|
| ^
|
2019-05-31 00:30:59 +00:00
|
|
|
%Error: Exiting due to
|