clangformat

Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
gatecat 2021-08-14 20:22:54 +01:00
parent b0a4f1b86e
commit a66cd0200b

View File

@ -985,9 +985,10 @@ void write_bitstream(Context *ctx, std::string base_config_file, std::string tex
other = "PIOD";
else
log_error("cannot set OPENDRAIN on differential IO at location %s\n", pio.c_str());
cc.tiles[pio_tile].add_enum(other + ".OPENDRAIN", str_or_default(ci->attrs, ctx->id("OPENDRAIN"), "OFF"));
cc.tiles[pio_tile].add_enum(other + ".OPENDRAIN",
str_or_default(ci->attrs, ctx->id("OPENDRAIN"), "OFF"));
}
}
}
std::string datamux_oddr = str_or_default(ci->params, ctx->id("DATAMUX_ODDR"), "PADDO");
if (datamux_oddr != "PADDO")