Get fanout register of a net where the driven pin is the ENA - 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!
Replies:
Re: Get fanout register of a net where the driven pin is the ENA
You need the -through option with get_fanouts to do this: [get_fanouts {node_names} -through [get_pins -hierarchical *|ena]] - 2020-11-20
external_document