Thanks!
I want to name the Verilog based upon parameter names to the module.
However, the documentation says "If you want to specify the module’s name (not the instance name of a module)"
It's unclear to me what the difference between module name and instance name is.
What are the requirements for instance names?
Is it enough that that a combination of parameters generates a unique name and always the same name for the same parameters?
Non-sequitor: google can see these pages, but apparently there's not a lot of links to them... I should have read these docs before obviously.