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
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 :
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.