2020-03-21 16:24:24 +01:00
|
|
|
%Error: t/t_inst_recurse_bad.v:18:8: Unsupported: Recursive multiple modules (module instantiates something leading back to itself): 'looped'
|
2019-06-22 22:09:10 +02:00
|
|
|
... note: self-recursion (module instantiating itself directly) is supported.
|
2020-04-04 02:07:46 +02:00
|
|
|
18 | module looped ( );
|
|
|
|
|
| ^~~~~~
|
2019-05-31 02:30:59 +02:00
|
|
|
%Error: Exiting due to
|