E
Evan Lavelle
Guest
Does anyone know what exactly can be referenced before declaration?
The LRM seems pretty vague on this. As far as I can see, it only says
that
- specparams must be declared before use
- events must be declared before use
- UDPs may be instantiated before declaration
Presumably the full list of use-before-declare objects are modules and
UDPs, although I think some tools also add explicitly-declared module
inputs to this list.
Thanks -
Evan
The LRM seems pretty vague on this. As far as I can see, it only says
that
- specparams must be declared before use
- events must be declared before use
- UDPs may be instantiated before declaration
Presumably the full list of use-before-declare objects are modules and
UDPs, although I think some tools also add explicitly-declared module
inputs to this list.
Thanks -
Evan