Reply To: Optional ports on AXI stream transmitter and receiver cannot be left unused

Why OSVVM™? Forums OSVVM Optional ports on AXI stream transmitter and receiver cannot be left unused Reply To: Optional ports on AXI stream transmitter and receiver cannot be left unused

#2501
Hassan
Member

One more thing. I created the dummy signals but the forgot to update this line:

constant AXI_PARAM_WIDTH : integer := TID_MAX_WIDTH + TDEST_MAX_WIDTH + TUSER_MAX_WIDTH + 1 ;

I had to add the TID_MAX_WIDTH + TDEST_MAX_WIDTH + TUSER_MAX_WIDTH back into them. Certainly the setup feels rather fidly.