V
valtih1978
Guest
It seems that VHDL tools separate parsing from elaboration. However, it
seems that some constructions are ambigous at syntax level. For
instnance, http://cs.stackexchange.com/questions/24032, target <=
prefix(argument) can be treated as either
element <= composite_name(10) // selecting an element
or
int_target <= integer(1.1) // conversion
How do the tools handle this case? How do they communicate to the
elaborator whether elements should be addressed or conversion function
instantiated?
seems that some constructions are ambigous at syntax level. For
instnance, http://cs.stackexchange.com/questions/24032, target <=
prefix(argument) can be treated as either
element <= composite_name(10) // selecting an element
or
int_target <= integer(1.1) // conversion
How do the tools handle this case? How do they communicate to the
elaborator whether elements should be addressed or conversion function
instantiated?