mirror of https://github.com/YosysHQ/nextpnr.git
parent
b0a4f1b86e
commit
a66cd0200b
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue