User Profile
MK_ABQ
Joined 3 years ago
User Widgets
Contributions
LVDS Output of FPGA
Hi all, I am using Arria 10 FPGA part number: 10AX066N2F40E1HG for one of my projects. There is a clock output from FPGA that goes to an external chip. This clock is configured as LVDS. Currently debugging an issue, and focused on enhancing the signal quality at the output of the FPGA. The output signal we measure in scope is not as good as we would expect. We expect a step signal, but the testing output shows a triangular signal! I have the following questions. 1) Is there settings/knobs I could tweak in my LVDS IP, or any other ideas to improve output signal quality? ( I learned about pre_emphasis setting), But other ideas could help. 2) Is there an inbuilt tool within FPGA to check the eye diagram or measure the output signal quality?instead of relying on an oscilloscope?. Note: I am using Quartus 2018 standard version. Let me know if you need further information. Thankyou.6Views0likes1CommentLVDS pin detail on Arria 10
Hi, I am using Arria 10 FPGA in one of our project. OPN: 10AX066N2F40E1HG. I see that Bank 3D is dedicated to LVDS ( picture below from HW schematic). But, my FPGA pin planner says the pin is 1.8 V(default). there is a drop down option to choose LVDS, but it was never chosen. the pin was left at 1.8V, and bit file was generated and it works fine in Hardware. I have two questions regarding this. 1) Is the fpga pin planner setting ignored and the pins are treated as differential LVDS? 2) Can the LVDS pin be used as single ended instead of differential? ThanksSolved428Views0likes3CommentsSignal Tap Rapid Recompile
Hi all, I am using quartus 18.1 Standard edition. I have enabled signal tap in my design. I added few signals to the signal tap, and also changed the trigger. I understand that I need to recompile to get the updated signal tap into my design. But, here is my following question. I see that there is a rapid recompile message in the signal tap window, as shown below in the picture. But once I go to processing tab to start rapid recompile, I see that the option is greyed out as shown below. How do I start rapid recompile in quartus 18.1? any tricks that I am missing? Thank you.712Views0likes4CommentsUnused Transceivers in Arria 10
Hi, I am using quartus 18.1 Standard edition. FPGA : Arria 10 : 10AX066N2F40E1HG I was advised to use the following setting in QSF to protect the unused transceivers from degrading. set_global_assignment -name PRESERVE_UNUSED_XCVR_CHANNEL ON How can unused transceivers degrade? Regards, Manoj637Views0likes2CommentsNIOS MicroC OS C code question
Hello all, I am looking at an existing C code of NIOS II RTOS microC/OS-II. I see a bunch of OSTimeDly(1); being used in the code. How do I determine how long is the time delay? is it 1 second or 1 microsecond or does it account to some other number? can you help? thanks, MKSolved678Views0likes3CommentsProgramming sof into FPGA from command line
Hello, I have an intel FPGA devkit with Arria10. I am able to program the FPGA Sof through the quartus programmer GUI. But, when I try to use the command line option, then i get the Error (213013): Programming hardware cable not detected. Here is the output of my jtagconfig --debug my devkit is in index 2 and I tried the following command with no luck. quartus_pgm -c 2 -m jtag -o "p;test.sof@1" can you help?Solved1KViews0likes3CommentsCyclone 10 LP FPGA
Hi, I would like to know the following two things about Cyclone 10 LP - 10CL040YF484C8G 1) Which quartus versions support this FPGA? 2) What is the core fabric speed of this FPGA ( Speed grade 8 is slowest as per part number), but I would like to know the speed in Hz. Datasheets/user guide doesn't seem to mention it. Can you help? ThanksSolved1KViews1like3CommentsRe: Programming non volatile memory of FPGA Devkit - Intel Arria 10 soc devkit
Hi, I was able to program .jic using active serial mode. SW5 ( MSEL (2:0)) = 010 for Active Serial Fast mode SW4.2 = ON to disable Max V from the JTAG chain SW6.4 = OFF to load user image from flash. couldn't figure out .pof solution yet. but this ticket can be closed now. thanks1.2KViews0likes1Comment