- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there any way to generate an eye pattern using TCL sript. I'm a newbie here so i have no idea regarding how to do that.
- Tags:
- tcl
- transceiver
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- Is there any way to generate an eye pattern using TCL sript. I'm a newbie here so i have no idea regarding how to do that. --- Quote End --- Yes, you can, however, since you are a newbie, that is not where you should start. You first need to determine whether you are using an FPGA that supports eye-pattern measurement (only the newer Stratix V and Arria V GZ parts support it). Then you need to use the Transceiver Toolkit to get familiar with the eye pattern features. Only then should you look into writing your own eye pattern Tcl code. Read the Transceiver Toolkit documents I have written on this page: https://www.ovro.caltech.edu/~dwh/correlator/cobra_docs.html Cheers, Dave Cheers, Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks a lot Dave for your quick reply and valuable suggestions. Along with the documents which you have mentioned, can you suggest standard references which are helpful for me so that i can go through them simultaneously.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- can you suggest standard references which are helpful for me so that i can go through them simultaneously. --- Quote End --- The documents I refer you to have references. Basically you need; 1. The FPGA handbook -> read the transceiver chapter 2. The Quartus Handbook -> read the Transceiver Toolkit chapter 3. The documents I provided -> they make more sense than 1+2 alone :) Cheers, Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Based on my experience, generally it is recommended to use the XCVR toolkit to plot the eye diagram with EyeQ feature. The XCVR toolkit will provide a user friendly GUI for easy interpretation. Note that XCVR toolkit can only plot eye diagram for single UI.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- The XCVR toolkit will provide a user friendly GUI for easy interpretation. --- Quote End --- Ha, funny comment. The TTK is completely broken in the latest versions of Quartus, so its far from user friendly :) The TTK tutorial I linked to has a list of the bugs, eg., the TTK autodetects channels, but unless you have selected the hard-coded addresses someone at Altera coded into the GUI, it will not work. (This applies to v15.0 and some of the other latest editions of Quartus). Cheers, Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Agree with Dave. I often encounter bugs ie autodetects channels especially when trying to customizing the toolkit design example from web or self created toolkit design. Most of the time, I am still using the design example from web with QII 13.1 - the closest version from the latest design example 13.0sp1 available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Normally I will use the design example from web with QII 13.1 as well to avoid compatibility issue. Find the PMA optimal settings and then apply back to my actual design.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Dave,
i have gone through the documents and simultaneously started working on it.i have come across auto sweep feature as well as EyeQ feature in toolkit. I want to automate the task of generating the auto sweep results in a table format (.csv file) using TCL. Is there any inbuilt TCL procedure in tool kit to generate and access the list of results.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- i have gone through the documents and simultaneously started working on it.i have come across auto sweep feature as well as EyeQ feature in toolkit. I want to automate the task of generating the auto sweep results in a table format (.csv file) using TCL. Is there any inbuilt TCL procedure in tool kit to generate and access the list of results. --- Quote End --- I'm not sure about accessing the list of results, but you could just control the registers directly. I never had much luck with the autosweep. Perhaps you will fare better. File a Service Request with Altera and ask them. Cheers, Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- but you could just control the registers directly --- Quote End --- so do you mean, every time i just need to capture the results after running a particular test sample.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page