mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
7 lines
420 B
Plaintext
7 lines
420 B
Plaintext
%Error-UNSUPPORTED: t/t_inst_recurse2_bad.v:18:8: Unsupported: Identically recursive module (module instantiates itself, without changing parameters): 'looped'
|
|
: ... note: In instance 't.looped.looped'
|
|
18 | module looped ( );
|
|
| ^~~~~~
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error: Exiting due to
|