Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21327 Discussions

how to watch the rx_datain , the rx_errdetect ports ?

Altera_Forum
Honored Contributor II
1,148 Views

Hi  

I am a beginner, and am working on Stratix IV board. 

How to watch the rx_datain , the rx_errdetect ports ?  

 

I checked Stratix GX device handbook and the forum as well, and there ARE a lot of information about the ports. However, I still do not know how to check or watch the signals(ports).  

Should I allocate the signals to some FPGA balls and use a oscilloscope ? 

 

Thanks a lot
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
442 Views

Should I allocate the signals to some FPGA balls and use a oscilloscope ? 

- Yes, I often do this and solved lots of problems.
0 Kudos
Altera_Forum
Honored Contributor II
442 Views

If these signal are not input/output of your top-level entity, I advise you to use SignalTap tool of Quartus, really simple and efficient.

0 Kudos
Altera_Forum
Honored Contributor II
442 Views

you should be able to signaltap rx_errdetect, however rx_datain is a high-speed serial port and can't be tapped with signaltap (you will get an error or internal error). you should instead tap rx_dataout, which is the deserialized parallel output (think shift register)

0 Kudos
Reply