- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I would like to find the registers driven on their ENA pin by a net.
"query_collection -report [get_fanouts {node_names}] -all" finds all registers, irrespective of the pin on which they are driven.
Thanks!
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need the -through option with get_fanouts to do this:
[get_fanouts {node_names} -through [get_pins -hierarchical *|ena]]
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need the -through option with get_fanouts to do this:
[get_fanouts {node_names} -through [get_pins -hierarchical *|ena]]
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