- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I want to know what command/ scripts in Quartus can return all the fan-out registers from a given net. Thanks.- Tags:
- FPGA Design Tools
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
query_collection -report [get_fanouts {source_node_name}]
Do this in TimeQuest. I think query_collection only reports the first 10 by default, so "query_collection -help" first to see what option increases this number, as I can't remember it. Also, the Name Finder in TQ(under Netlist menu) is good for helping find the source_node_name. It won't be a net, but the register or LUT name that drives it.
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