Forum Discussion
Altera_Forum
Honored Contributor
12 years agoHi Kaz, thank you for the reply.
I forget to mention one thing last week. There are two DVB-ASI inputs on this card. In different compilation results, the transport stream data in the 1st input cannot be decoded more often than the 2nd input. But the RTL code and timing constraints for both inputs are the same. Regarding to the possible causes you mentioned: 1). io timing: I use oscilloscope to see the timing relation between clock and data in both inputs. I think they are acceptable by the PCIE bridge chip. 2). fpga timing failure or timing passes but wrong constraints/deconstraints or wrong false paths: I have only one negative slack in my design. I'll check this part today. 3). buffers getting underflow/overflow: for the FIFO I used in my design, the overflow flag is never set to 1. 4). reset issue and any inputs being floating: my design now doesn't have a reset pin. So I only declare a reset input signal in my top module and do not assign pin location to this reset input signal. 5). does failure/pass occur per build or per download powerup or per reset? per build