-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
CoreLib/data_structures/src/Dictionary.vhd
Line 108 in efe6954
| entry.data.all := data; |
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?