Why is this an issue?

Modules should not recursively instantiate themselves.

How to fix it

Code examples

Noncompliant code example

module fly;
  fly i_fly ();
endmodule : fly;

Resources

Articles & blog posts