mirror of
https://github.com/verilator/verilator.git
synced 2025-01-07 15:17:36 +00:00
6 lines
300 B
Plaintext
6 lines
300 B
Plaintext
%Error: t/t_inst_recurse_bad.v:18:8: Unsupported: Recursive multiple modules (module instantiates something leading back to itself): 'looped'
|
|
... note: self-recursion (module instantiating itself directly) is supported.
|
|
18 | module looped ( );
|
|
| ^~~~~~
|
|
%Error: Exiting due to
|