forked from github/verilator
6 lines
274 B
Plaintext
6 lines
274 B
Plaintext
%Error: t/t_inst_recurse2_bad.v:17:8: Unsupported: Identically recursive module (module instantiates itself, without changing parameters): 'looped'
|
|
: ... In instance t.looped.looped
|
|
module looped ( );
|
|
^~~~~~
|
|
%Error: Exiting due to
|