You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The package is instrumented up to support different sized std_logic_vectors.
In Set, when a key is found, it is "assumed" to be the same size as the current value.
Is this an ok assumption? Could the set value be a different size?
The text was updated successfully, but these errors were encountered:
Uh, it's long time ago, that I wrote this code 😄
Do you mean that the memory, needed for the new value, maybe has to allocated new because the new value has another size?
You're right, the assumption that values are of same size is probably not okay.
CoreLib/data_structures/src/Dictionary.vhd
Line 108 in efe6954
The package is instrumented up to support different sized std_logic_vectors.
In Set, when a key is found, it is "assumed" to be the same size as the current value.
Is this an ok assumption? Could the set value be a different size?
The text was updated successfully, but these errors were encountered: