2020-03-21 15:24:24 +00:00
|
|
|
%Warning-MULTITOP: t/t_flag_topmodule.v:15: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.
|
2019-06-30 20:46:48 +00:00
|
|
|
... Use "/* verilator lint_off MULTITOP */" and lint_on around source to disable this message.
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... Top module 'a'
|
2020-04-04 00:07:46 +00:00
|
|
|
7 | module a;
|
|
|
|
| ^
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... Top module 'a2'
|
2020-04-04 00:07:46 +00:00
|
|
|
15 | module a2;
|
|
|
|
| ^~
|
2020-03-15 02:02:42 +00:00
|
|
|
: ... Top module 'b'
|
2020-04-04 00:07:46 +00:00
|
|
|
22 | module b;
|
|
|
|
| ^
|
2019-05-31 00:30:59 +00:00
|
|
|
%Error: Exiting due to
|