diff options
author | David Shah <dave@ds0.me> | 2020-05-16 12:57:24 +0100 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2020-05-16 12:57:24 +0100 |
commit | ddf546c2cc8a99da320921f9b49a01b865ee04c9 (patch) | |
tree | 93b8ab0a4cb658d3849bd6c33458da8572aadd71 /ecp5 | |
parent | 0fb7746c2050602c1e25ec6cbbdbd8c88c3f1c70 (diff) | |
download | nextpnr-ddf546c2cc8a99da320921f9b49a01b865ee04c9.tar.gz nextpnr-ddf546c2cc8a99da320921f9b49a01b865ee04c9.tar.bz2 nextpnr-ddf546c2cc8a99da320921f9b49a01b865ee04c9.zip |
clangformat
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'ecp5')
-rw-r--r-- | ecp5/bitstream.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ecp5/bitstream.cc b/ecp5/bitstream.cc index 542ee6ca..d6b1c701 100644 --- a/ecp5/bitstream.cc +++ b/ecp5/bitstream.cc @@ -932,7 +932,8 @@ void write_bitstream(Context *ctx, std::string base_config_file, std::string tex else log_error("cannot set DRIVE on differential IO at location %s\n", pio.c_str()); cc.tiles[pio_tile].add_enum(pio + ".DRIVE", str_or_default(ci->attrs, ctx->id("DRIVE"), "12")); - cc.tiles[pio_tile].add_enum(other + ".DRIVE", str_or_default(ci->attrs, ctx->id("DRIVE"), "12")); + cc.tiles[pio_tile].add_enum(other + ".DRIVE", + str_or_default(ci->attrs, ctx->id("DRIVE"), "12")); } } else { if (!drive_3v3_warning_done) |