aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/cells.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-09-24 15:25:37 +0100
committerDavid Shah <davey1576@gmail.com>2018-09-24 15:25:37 +0100
commit2ee86ab5a80fdc2c49c6c6e34a2c0d31ae291c63 (patch)
tree6dae031af8587633a1c7715b6e116ea3e9157fa9 /ice40/cells.h
parentd5d9fb27a66604c89b7a2746e7ca9749b62aec91 (diff)
downloadnextpnr-2ee86ab5a80fdc2c49c6c6e34a2c0d31ae291c63.tar.gz
nextpnr-2ee86ab5a80fdc2c49c6c6e34a2c0d31ae291c63.tar.bz2
nextpnr-2ee86ab5a80fdc2c49c6c6e34a2c0d31ae291c63.zip
ice40: Tristate IO support fixes
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/cells.h')
-rw-r--r--ice40/cells.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/cells.h b/ice40/cells.h
index 16135448..054388ac 100644
--- a/ice40/cells.h
+++ b/ice40/cells.h
@@ -98,7 +98,7 @@ void lut_to_lc(const Context *ctx, CellInfo *lut, CellInfo *lc, bool no_dff = tr
void dff_to_lc(const Context *ctx, CellInfo *dff, CellInfo *lc, bool pass_thru_lut = false);
// Convert a nextpnr IO buffer to a SB_IO
-void nxio_to_sb(Context *ctx, CellInfo *nxio, CellInfo *sbio);
+void nxio_to_sb(Context *ctx, CellInfo *nxio, CellInfo *sbio, std::unordered_set<IdString> &todelete_cells);
// Return true if a port is a clock port
bool is_clock_port(const BaseCtx *ctx, const PortRef &port);