Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17263 Discussões

Get fanout register of a net

Altera_Forum
Colaborador honorário II
1.564 Visualizações

Hi, 

 

I want to know what command/ scripts in Quartus can return all the fan-out registers from a given net. 

 

Thanks.
0 Kudos
1 Responder
Altera_Forum
Colaborador honorário II
605 Visualizações

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.
Responder