2019-07-12 04:09:30 +02:00
|
|
|
%Error: t/t_inst_recurse_bad.v:17: 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.
|
2019-07-15 03:42:03 +02:00
|
|
|
module looped ( );
|
|
|
|
|
^~~~~~
|
2019-05-31 02:30:59 +02:00
|
|
|
%Error: Exiting due to
|