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

monitoring all the pins

Altera_Forum
Honored Contributor II
1,522 Views

I'm working in a project that has been working before, there is one fpga emitting data and the other receiving, the transmitter I know that is working but the receiver is not working. 

 

Before the receiver I have a board that that has to make some conversions, it should be connected to the receiver in some pins that I already know but, with signaltap I can't see anything. I'm thinking that this board is not working but it could be that this connector is linking to other pins, for this reason I would like to know if it's possible to monitor all the pins (without much effort), in the program that I already have, there are assigned only some pins and this are the pins that I'm monitoring but I would like to monitor even the unassigned, it doesn't matter if the program is only monitoring I only want to check haw is this connected
0 Kudos
7 Replies
Altera_Forum
Honored Contributor II
501 Views

I can't say I know of an easy way to monitor all of the pins on your FPGA. Adding them in Signaltap is about the only way I can think of. Just as a side note, be sure to check your trigger conditions in signaltap to make sure you aren't fooling yourself (such as a pair of conditions that can never happen at the same time). 

 

I wish you the best of luck finding your problem.
0 Kudos
Altera_Forum
Honored Contributor II
501 Views

Thank you for your reply, I'm new in this field and I'm pretty lost. When I set the trigger for this pins I use don't care for all the pins because I don't know what should happen exactly there, I'm not sure if the trigger will work with this. Do you think that this is correct??

0 Kudos
Altera_Forum
Honored Contributor II
501 Views

If you set all of the triggers to dont care you can either download a one off scan of the signals connected in signaltap, or continuous read. Setting a trigger condition will mean you download the pin states and diagrams only when those trigger conditions occur. 

 

Usually you just look at the part of the logic you're currently working on rather than all of the pins. Signaltap allows you to connect to internal logic as well as external pins.
0 Kudos
Altera_Forum
Honored Contributor II
501 Views

I on't undestand very well, then, how can I monitor all the pins if I don't know the reponse of thiese? Should I use trigger? thanks!

0 Kudos
Altera_Forum
Honored Contributor II
501 Views

you can set a trigger on anything, but it would only make sense if you knew what you were looking for.

0 Kudos
Altera_Forum
Honored Contributor II
501 Views

can I monitor whitout triggering? only see what I have?

0 Kudos
Altera_Forum
Honored Contributor II
501 Views

Yes - press the continuous trigger button with no triggers set.

0 Kudos
Reply