Rename of Type element
Hello,
I have :
TYPE message_arbiter_fsm IS (debug_req, info_req, sync_req, noise_req, prm_req, iad_req,
channel_info_req, time_req);
and want to rename "debug_req" into something else, bit i got "Element cannot be Renamed".
Why?
Michael
- Forums:
overloadables cannot be renamed
Hi Michael,
Enumeration literals are overloadable identifiers in VHDL, just like procedures and functions. This means their name can be reused multiple times in the same scope.
At this time, we cannot guarantee that we resolve all instances correctly. Because of that, we do not support rename operations of overloadable identifiers at this time.
kind regards
Philippe
Post new comment