diff options
Diffstat (limited to 'ice40')
-rw-r--r-- | ice40/cells.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ice40/cells.cc b/ice40/cells.cc index 582e5c14..c2bc4609 100644 --- a/ice40/cells.cc +++ b/ice40/cells.cc @@ -211,9 +211,10 @@ void nxio_to_sb(Context *ctx, CellInfo *nxio, CellInfo *sbio) replace_port(tbuf, "E", sbio, "OUTPUT_ENABLE"); ctx->nets.erase(donet->name); if (!donet->users.empty()) - log_error("unsupported tristate IO pattern for IO buffer '%s', " - "instantiate SB_IO manually to ensure correct behaviour\n", - nxio->name.c_str(ctx)); + log_error( + "unsupported tristate IO pattern for IO buffer '%s', " + "instantiate SB_IO manually to ensure correct behaviour\n", + nxio->name.c_str(ctx)); ctx->cells.erase(tbuf->name); } } |