Hi @zhenhaohe, @fabiomaschi @WenqiJiang , @chipet, I am facing issue related to cmac kernel. I am able to synthesize the ips and able to generate the network.xclbin.
I programmed it using the following command :
- xbutil program --device 0000:9d:00.1 -u ./network.xclbin
Then checked the kernels loaded in fpga using this command :
-xbutil examine -d 0000:9d:00.1 -r dynamic-regions
But i was able to see only the iperf kernel and the network kernel, not the cmac kernel. Is the issue related to the post_synthesis.tcl script which make connections with gt pins to the cmac kernel.
Thanks for any help from your side and comments on this issue.