aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/cells.cc
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-26 13:08:28 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-26 13:08:28 +0200
commitded9df61dc1ce390a6751c214c02a2acb3a57577 (patch)
tree050aef4232cf7f4f3b075943956ba2dbe1bdf10c /ice40/cells.cc
parente51dd15b6bca1bb9e01b5275e68036a658f6c504 (diff)
downloadnextpnr-ded9df61dc1ce390a6751c214c02a2acb3a57577.tar.gz
nextpnr-ded9df61dc1ce390a6751c214c02a2acb3a57577.tar.bz2
nextpnr-ded9df61dc1ce390a6751c214c02a2acb3a57577.zip
Working on debugging carry packer
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/cells.cc')
-rw-r--r--ice40/cells.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/cells.cc b/ice40/cells.cc
index b1c92141..27277e4e 100644
--- a/ice40/cells.cc
+++ b/ice40/cells.cc
@@ -62,7 +62,7 @@ std::unique_ptr<CellInfo> create_ice_cell(Context *ctx, IdString type, std::stri
add_port(ctx, new_cell.get(), "LO", PORT_OUT);
add_port(ctx, new_cell.get(), "O", PORT_OUT);
- add_port(ctx, new_cell.get(), "OUT", PORT_OUT);
+ add_port(ctx, new_cell.get(), "COUT", PORT_OUT);
} else if (type == ctx->id("SB_IO")) {
new_cell->params[ctx->id("PIN_TYPE")] = "0";
new_cell->params[ctx->id("PULLUP")] = "0";