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
It seems that the RDL user-defined property is discarded, and does not show up in the XML output.
Instead the following warning is emitted:
*** WARNING ***: assignment of property my_rdl_udp will be ignored in regfile my_sub_addrmap near line 10
If I switch the UDP declaration to be bound to a regfile component, it works correctly, even though the target component is actually an addrmap.
So far to future proof, my workaround has been to bind to both component types:
component=regfile | addrmap;
The text was updated successfully, but these errors were encountered:
If I do the following:
It seems that the RDL user-defined property is discarded, and does not show up in the XML output.
Instead the following warning is emitted:
If I switch the UDP declaration to be bound to a
regfile
component, it works correctly, even though the target component is actually anaddrmap
.So far to future proof, my workaround has been to bind to both component types:
The text was updated successfully, but these errors were encountered: