Forum Discussion

jorva's avatar
jorva
Icon for Occasional Contributor rankOccasional Contributor
5 years ago
Solved

Get fanout register of a net where the driven pin is the 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]]

1 Reply

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    You need the -through option with get_fanouts to do this:

    [get_fanouts {node_names} -through [get_pins -hierarchical *|ena]]