A
Allan Herriman
Guest
Hi,
I have an application that can be coded quite elegantly using
recursive module instantiation (i.e. my module will instantiate
itself, and there will be a generate statement that will stop it at
some point).
Recursive instantiation seems to be allowed by the LRM.
Question: Will I have any problems with tool support?
BTW: this is tail-end recursion, and I can convert it to a
generate-for loop if I have to.
Thanks,
Allan.
I have an application that can be coded quite elegantly using
recursive module instantiation (i.e. my module will instantiate
itself, and there will be a generate statement that will stop it at
some point).
Recursive instantiation seems to be allowed by the LRM.
Question: Will I have any problems with tool support?
BTW: this is tail-end recursion, and I can convert it to a
generate-for loop if I have to.
Thanks,
Allan.