Replies: 2 comments 1 reply
-
Hi @quicktel, Actually, you can find the base ADI firmware for the zedboard + FMCOMMS2 here. Thus, my recommendation is to modify it to add our logic on top of it. This can be fairly easily done by creating new scripts that will be a mix of those originally provided by ADI and our TCL scripts. As you say, I'd probably recommend to use our scripts to build the ZCU102 project. When doing so, make sure to pay attention to the fact that the zedboard has a 7000-family zynq device, so you'll need to make sure to instantiate the right RAMB elements - that is, add
when instantiating the DAC timestamp enabler block in the corresponding line of the TCL script that you're modifying. Let us know how it goes and you're welcome to ask more specific questions if you find problems during the porting. Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks for the details, one major difference to antsdr is its xdc file timing is relaxed due to cmos so, its period is 16.25 and the zedboard project xdc has period 4. antsdr zedboard I have followed the steps you have described above!
and Still I am getting timing errors. I am attaching the bd here for your review, and it would be great if you let me know if there is something wrong, or should be connected differently, Thanks https://drive.google.com/file/d/1Fwtk7kGHUN9jEAWH2DBxRp3_zwj0H6Kr/view?usp=share_link Overall, if this project gets through it can be added to this repo for more audience as well. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm trying to port the solution to Zedboard + FMCOMMS2. After many trial, I'm still failing to do so... What would be the best way forward following you ? I tried using the ANTSDR project but it is based on CMOS and after converting to LVDS I ran into a lot of timing issues. I also tried the Pluto project but no luck either.
Would you recommend the start from ZCU102 project ? Any way forward to adapt timing requirement ?
Regards,
Beta Was this translation helpful? Give feedback.
All reactions