[core] code format

This commit is contained in:
tangxifan 2023-09-26 11:41:11 -07:00
parent ea91182216
commit a15db83267
1 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,8 @@ int build_fabric_template(T& openfpga_ctx, const Command& cmd,
}
/* Conflicts: duplicate_grid_pin does not support any port merge */
if (cmd_context.option_enable(cmd, opt_duplicate_grid_pin)) {
if (openfpga_ctx.arch().tile_annotations.tiles_to_merge_ports().size() > 0) {
if (openfpga_ctx.arch().tile_annotations.tiles_to_merge_ports().size() >
0) {
VTR_LOG_ERROR(
"Option '%s' requires no tile ports to be merged due to a conflict!\n",
cmd.option_name(opt_duplicate_grid_pin).c_str());