fully expand grid hierarchy in SDC writer
This commit is contained in:
parent
55518f4cec
commit
b167c85980
|
@ -216,7 +216,6 @@ void rec_print_pnr_sdc_grid_pb_graph_hierarchy(std::fstream& fp,
|
|||
write_space_to_file(fp, depth * 2);
|
||||
fp << " ";
|
||||
fp << "- " << child_instance_name << "\n";
|
||||
}
|
||||
|
||||
if (true == is_primitive_pb_type(parent_pb_type)) {
|
||||
return;
|
||||
|
@ -241,6 +240,7 @@ void rec_print_pnr_sdc_grid_pb_graph_hierarchy(std::fstream& fp,
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/***************************************************************************************
|
||||
|
|
Loading…
Reference in New Issue