Reply To: OSVVM_2013_04 with Active-Hdl is currently buggy

Why OSVVM™? Forums OSVVM OSVVM_2013_04 with Active-Hdl is currently buggy Reply To: OSVVM_2013_04 with Active-Hdl is currently buggy

#621
Ian Gibbins
Keymaster

Hi,

This is known issue in the compiler that is being addressed now. It happens when overloaded function with result type of both vector and its element is used in assignment where the target is an aggregate.
The proper workaround does not require package code change – use qualified expression with function call:
integer_vector'(var. RandCovPoint)
I will update example design to show this option and post when tool fix is available.

Thank you,
Your friendly admin.