[core] code format
This commit is contained in:
parent
ea91182216
commit
a15db83267
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue