2019-07-14 19:06:49 +00:00
|
|
|
%Warning-MULTITOP: t/t_flag_topmodule.v:14: 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-06-30 20:46:48 +00:00
|
|
|
... Use "/* verilator lint_off MULTITOP */" and lint_on around source to disable this message.
|
2019-07-14 19:06:49 +00:00
|
|
|
: ... Top module 'a'
|
2019-07-15 01:42:03 +00:00
|
|
|
module a;
|
|
|
|
^
|
2019-07-14 19:06:49 +00:00
|
|
|
: ... Top module 'a2'
|
2019-07-15 01:42:03 +00:00
|
|
|
module a2;
|
|
|
|
^~
|
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
|