- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm trying to get signals out of my modules for debug, and I don't want to route them through 50 levels of hierarchy, I just want to reference them in my top module. BUT, it doesn't work in QII! isn't it a basic Verilog syntax? here's what I do: ---------------------------- A a_inst(...); assign debug = a_inst.<some internal signal>; ---------------------------- The error I get is at synthesis time (not fitter): ---------------------------- Error (10207): Verilog HDL error at ...(...): can't resolve reference to object "..." ---------------------------- Any help is appreciated.Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
this feature is only supported within the same module...which basically means its not supported:
http://quartushelp.altera.com/current/mergedprojects/hdl/vlog/vlog_list_support.htm maybe try SignalTap? or the Logic Analyzer interface (i've never actually used this feature)- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks very much, to be honest it's easier/faster to route signals than using signal tap haha! that thing is so messy and buggy and ... I just don't have good experience with signal tap :) I prefer to make my own debug infrastructure.

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