fully expand grid hierarchy in SDC writer

This commit is contained in:
tangxifan 2020-05-06 11:01:49 -06:00
parent 55518f4cec
commit b167c85980
1 changed files with 22 additions and 22 deletions

View File

@ -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,
}
}
}
}
/***************************************************************************************