Closed JohanMes closed 3 years ago
Hi,
As the title says, // comments are not detected in module instantations that do NOT have a parameter list:
foo foo_instance( .i_bla( bla), // I am not detected ...
But this works:
foo #() foo_instance( .i_bla( bla), // I am detected ...
Please fix. Empty parameter lists when instantiating are not universally accepted by EDA tools.
Hi @JohanMes, pardon the delay. Try updating to 0.12.4 - all seems well now:
Closing, assuming no news is good news. Reopen if that's not the case.
Hi,
As the title says, // comments are not detected in module instantations that do NOT have a parameter list:
foo foo_instance( .i_bla( bla), // I am not detected ...
But this works:
foo #() foo_instance( .i_bla( bla), // I am detected ...
Please fix. Empty parameter lists when instantiating are not universally accepted by EDA tools.