2020-03-21 16:24:24 +01:00
|
|
|
%Warning-MULTITOP: t/t_flag_topmodule.v:15:8: Multiple top level modules
|
2020-03-15 03:02:42 +01:00
|
|
|
: ... Suggest see manual; fix the duplicates, or use --top-module to select top.
|
2021-04-24 16:33:49 +02:00
|
|
|
... For warning description see https://verilator.org/warn/MULTITOP?v=latest
|
2019-06-30 22:46:48 +02:00
|
|
|
... Use "/* verilator lint_off MULTITOP */" and lint_on around source to disable this message.
|
2020-03-15 03:02:42 +01:00
|
|
|
: ... Top module 'a'
|
2020-04-04 02:07:46 +02:00
|
|
|
7 | module a;
|
|
|
|
|
| ^
|
2020-03-15 03:02:42 +01:00
|
|
|
: ... Top module 'a2'
|
2020-04-04 02:07:46 +02:00
|
|
|
15 | module a2;
|
|
|
|
|
| ^~
|
2020-03-15 03:02:42 +01:00
|
|
|
: ... Top module 'b'
|
2020-04-04 02:07:46 +02:00
|
|
|
22 | module b;
|
|
|
|
|
| ^
|
2019-05-31 02:30:59 +02:00
|
|
|
%Error: Exiting due to
|