Solved
Forum Discussion
1 Reply
- sstrell
Super Contributor
You need the -through option with get_fanouts to do this:
[get_fanouts {node_names} -through [get_pins -hierarchical *|ena]]
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!
You need the -through option with get_fanouts to do this:
[get_fanouts {node_names} -through [get_pins -hierarchical *|ena]]
You need the -through option with get_fanouts to do this:
[get_fanouts {node_names} -through [get_pins -hierarchical *|ena]]