2019-07-12 02:09:30 +00:00
|
|
|
%Warning-MODDUP: t/t_mod_dup_bad.v:13: Duplicate declaration of module: 'a'
|
2019-07-15 01:42:03 +00:00
|
|
|
module a();
|
|
|
|
^
|
2019-05-31 00:30:59 +00:00
|
|
|
t/t_mod_dup_bad.v:6: ... Location of original declaration
|
2019-07-15 01:42:03 +00:00
|
|
|
module a();
|
|
|
|
^
|
2019-05-31 00:30:59 +00:00
|
|
|
... Use "/* verilator lint_off MODDUP */" and lint_on around source to disable this message.
|
2019-07-14 19:06:49 +00:00
|
|
|
%Warning-MULTITOP: t/t_mod_dup_bad.v:16: Multiple top level modules
|
2019-07-11 23:15:40 +00:00
|
|
|
: ... Suggest see manual; fix the duplicates, or use --top-module to select top.
|
2019-07-14 19:06:49 +00:00
|
|
|
: ... Top module 'test'
|
2019-07-15 01:42:03 +00:00
|
|
|
module test();
|
|
|
|
^~~~
|
2019-07-14 19:06:49 +00:00
|
|
|
: ... Top module 'b'
|
2019-07-15 01:42:03 +00:00
|
|
|
module b();
|
|
|
|
^
|
2019-05-31 00:30:59 +00:00
|
|
|
%Error: Exiting due to
|