verilator/test_regress/t/t_inst_recurse_bad.out

7 lines
447 B
Plaintext
Raw Normal View History

2024-10-08 01:14:41 +02:00
%Error-UNSUPPORTED: t/t_inst_recurse_bad.v:13:8: Unsupported: Recursive multiple modules (module instantiates something leading back to itself): 'looped'
2023-01-05 23:59:51 +01:00
: ... note: self-recursion (module instantiating itself directly) is supported.
13 | module looped;
| ^~~~~~
2021-04-24 16:33:49 +02:00
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error: Exiting due to