RGMII VVC UDP Packet

Hi everyone,

I want to use RGMII VVC to verify ethernet UDP packet tranmistted from DUT. Bitvis Ethernet VIP does not support RGMII physical interace that’s why I use RGMII VVC. How can I customize RGMII VVC to check UDP packet?

Hi,

You could add a new hvvc_to_vvc_bridge for RGMII.

If you look at the bitvis_vip_hvvc_to_vvc_bridge/doc/HVVC_to_VVC_Bridge_Implementation_Guide.pdf you can find information on how to do this. You could look at the hvvc_to_vvc_bridge_gmii as a starting point.

1 Like