Hi,
I am using jg connectivity app to get the connection between to modules.
After compilation and elaboration of my design I am using following command
>> check_conn -generate_candidates -src abc -dest def -complexity straightforward -silent
where abc and def are module name. abc module has only one instance, whereas def module has two instances in design.
>> check_conn -generate_connection_map [check_conn -list candidate] -save_as pqr.csv -force -refine_candidates
The report has duplicates as following -
CONNECTION | c_17 | abc_inst | source_sig[2] | genvar_inst[1].pqr_inst | dest_sig[0] |
CONNECTION | c_18 | abc_inst | source_sig[3:2] | genvar_inst[1].pqr_inst | dest_sig |
\\ c_17 connection is duplicate of c_18.
How can i get a report which can remove all these kind of duplicates?