diff options
author | David Shah <dave@ds0.me> | 2020-12-30 16:49:55 +0000 |
---|---|---|
committer | David Shah <dave@ds0.me> | 2020-12-30 16:49:55 +0000 |
commit | 818faa78aaac168742a1f2140de5f4c18c846348 (patch) | |
tree | 07bb2cbece381d65d7e470b5bbbb3aad30a77b81 /ecp5 | |
parent | 3611f549024ed8b6a0d714f25d10951351097745 (diff) | |
download | nextpnr-818faa78aaac168742a1f2140de5f4c18c846348.tar.gz nextpnr-818faa78aaac168742a1f2140de5f4c18c846348.tar.bz2 nextpnr-818faa78aaac168742a1f2140de5f4c18c846348.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 c6863cd6..d668c8bc 100644 --- a/ecp5/bitstream.cc +++ b/ecp5/bitstream.cc @@ -870,7 +870,8 @@ void write_bitstream(Context *ctx, std::string base_config_file, std::string tex if (dir != "OUTPUT") log_error("Pseudo-differential IO '%s' must be output\n", ctx->nameOf(ci)); if (pio != "PIOA") - log_error("Pseudo-differential IO '%s' must be constrained to 'A' side of pair\n", ctx->nameOf(ci)); + log_error("Pseudo-differential IO '%s' must be constrained to 'A' side of pair\n", + ctx->nameOf(ci)); std::string cpio_tile = get_comp_pio_tile(ctx, bel); std::string cpic_tile = get_comp_pic_tile(ctx, bel); cc.tiles[cpio_tile].add_enum(pio + ".BASE_TYPE", dir + "_" + iotype); |