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
assign.svh: Add macros for assigning between structs, both inside a process
(AXI_SET_*_STRUCT) and outside a process (AXI_ASSIGN_*_STRUCT). This is safer than assigning structs with a simple =, because the macros assign individual fields. (Fields that mismatch
between two structs, e.g., due to different user signal widths, should, and in some cases
must, be still assigned separately.)
Changed
Rename the following classes in axi_test to follow the convention that all user-facing objects
in this repository start with axi_: