-
Notifications
You must be signed in to change notification settings - Fork 47
U250 support? #11
Comments
Hi, We did not have an U250 neither the bandwidth to port the designs. Mario |
Cool. Thanks, let me give it a try! |
HI Mario, I just ported the rep to U250 based on U200's configure. Now VIO shows everything normal. But when I tried the xdma driver and cmac_stats, /dev does not have xdma0_user or xdma0_xvc appearing, and thus cmac_stats cannot be executed. Is it any misconfiure in the xdma IP core for U200, as I see in U200:
While in U280:
I do not have U280 in hand, and want to get you option -- should I modify U250 xdma setting according to U280 to make cmac_stats work? Best, |
The porting process is a bit more complex than that. You will need to open the IP integrator and configure the IP manually, there may be more than one IP to reconfigure. Without going into the process I cannot be of assistance. |
Yes, understand. But according to Xilinx spec about U200 and U250 (https://www.xilinx.com/support/documentation/data_sheets/ds962-u200-u250.pdf), they are almost the same except for LUT, BRAM number. They have the same pin constraint; I just changed the cmac group and core selection, and Limago works on U250 with the arpping, ping, and iperf2 applications But one problem is that the iperf2 application is not consistently working -- after I run iperf2 once for 10second, the next run won't work. I need to rewrite the bitstream to make it work. The arpping and ping always work. Then I notice that the timing constraint is not met, see below So I guess the unmet timing causes this behavior. Did you see this timing issue your platform? can U200 meet the constraints? It would be great if you can give some suggestions on fixing the timing constraint issue. I am new to FPGA, any specific suggestion to this issue, or tutorials, talks, slides are all good to me. Best, |
The timing is not that bad, you can try with a different implementation strategy. But the timing is not causing the issue. Alveo U200 and U250 are not the same, they are different FPGAs, look at page 4 and 5 of this document |
Hi authors,
Just wonder why U250 is not supported, given U200 and U280 are supported? are there any technical challenges when handling U250? If I want to port it to U250, would that be hard?
Best,
Yang
The text was updated successfully, but these errors were encountered: