In reply to mirzaaur:
You should always use a typedef when declaring a user defined type such as an enum. Then you need to put that typedef in a package to share it among other modules.
In reply to mirzaaur:
You should always use a typedef when declaring a user defined type such as an enum. Then you need to put that typedef in a package to share it among other modules.