Change the rx to tx. Because on the tx end, the bytes are 'out'.
Change the udp_app_out_bytes to app_out_bytes . Otherwise it will throw an error: AttributeError: 'RegisterMapnetworklayer_1' object has no attribute 'udp_app_in_bytes'
Also, change the udp_app_out_cycles to app_out_cycles, udp_app_out_packets to app_out_packets
I made a total of three changes in the
vnx-basic-image-transfer.ipynb
:ol
tool_w1
because theol
is not defined. as @mariodruiz said in https://github.com/Xilinx/xup_vitis_network_example/issues/108#issuecomment-1682673830In the second to last cell:
Change the
rx
totx
. Because on the tx end, the bytes are 'out'.Change the
udp_app_out_bytes
toapp_out_bytes
. Otherwise it will throw an error:AttributeError: 'RegisterMapnetworklayer_1' object has no attribute 'udp_app_in_bytes'
Also, change theudp_app_out_cycles
toapp_out_cycles
,udp_app_out_packets
toapp_out_packets