- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I want to tap and analyse the bits coming out of ADC to the FPGA in my board. I have declared all the bits as a signal in the code. But in the nodelist of SignalTapII pre-synthesis, some of the declared signals are not appearing. Instead of signals, if I define those bits as I/O, then it is visible in the nodelist so that I can tap those bits using signaltapII. But I don't have enough unused I/Os on the board.What could be the possible reason for that? Iam stuck because of this issue:( . Please help. :confused:Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try using the "SignalTap II: post-fitting" Node Finder filter.
Quartus might have created names that are similar to but slightly different from what you have in your source file. Usually the difference is at the end of the name. Try putting a wildcard at the end of the node name in the Node Finder.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for ur consideration. I have tried all that u suggested, but still I cannot find the
name of the signal in place aforesaid. But I have one doubt regarding memory issue. Can the allocation of memory, for declaration of these values as a signals, create the problem?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do the signals go anywhere once inside the chip. Any signal that doesn't eventually feed an output will be trimmed away by the optimizer and disappears. If necessary, just tie all the lines to a multi-input AND gate and feed this to a single dummy output.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page