- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have done FPGA and CPLD design before, but i have never seen this error and am not sure if it is something i need to worry about or if it is a setting i need to change...im sure someone can tell me quickly.
Warning: Ignored locations or region assignments to the following nodes Warning: Node "TCK" is assigned to location or region, but does not exist in design Warning: Node "TDI" is assigned to location or region, but does not exist in design Warning: Node "TDO" is assigned to location or region, but does not exist in design Warning: Node "TMS" is assigned to location or region, but does not exist in design Obviously, these are the JTAG signals, i assigned them in the pin planner, which is all i thought i would have to do. Is there something else i need to set in the software to get rid of these warnings? Thanks, DanLink Copied
5 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You don't need to assign these dedicated pins. You need to wire them in hardware but not in vhdl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
they are wired in hardware, are you saying i dont need to assign them on the pin planner?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You don't need. The reason is simple; they are not used in your design modules to drive or be driven. They are meant for internal JTAG circuitry and altera knows them and already connected them internally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
many thanks
i cant seem to remove the pin assignment, but i will know the warning is meaningless. :)- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- many thanks i cant seem to remove the pin assignment, but i will know the warning is meaningless. :) --- Quote End --- You can always just delete the assignments from the QSF file using any test editor.

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