Altera_Forum
Honored Contributor
8 years agojtag programming bug
Hi all,
I'm using DE0-CV board and running Nios II on this board. (I'm running a custom application on the board which is basically 7 different ''for'' loops. I can find the duration and beginning and end of each loop with looking at the EM signals generated by the FPGA.) My problem is sometimes when I program the board (using Quartus programmer and usb blaster) the duration of my application may become much more longer (1.5x) than other runs (with exact same inputs and code). In other words, each time I disconnect the USB cable and reconnect it and reprogram the board, the runtime might be either normal or 1.5x slow (but it is the same across each programming interval. i.e. after I program the board, each time that I run the application it takes same amount of time) so it seems like the reason for inconsistency is programming the board. I was wondering if anybody has seen something like this? I would really appreciate it if somebody can help me figuring out what the problem is. BTW I'm using Quartus/Eclipse (latest version) on Linux.