From e81a95cf7e7c58f3a5ad5e3e9414b640e7a82232 Mon Sep 17 00:00:00 2001 From: David Shah Date: Sun, 30 Sep 2018 17:05:42 +0100 Subject: ecp5: Add ccu2c_to_slice Signed-off-by: David Shah --- ecp5/cells.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ecp5/cells.h') diff --git a/ecp5/cells.h b/ecp5/cells.h index b0c74ca9..d2ea5490 100644 --- a/ecp5/cells.h +++ b/ecp5/cells.h @@ -48,6 +48,7 @@ inline bool is_l6mux(const BaseCtx *ctx, const CellInfo *cell) { return cell->ty void ff_to_slice(Context *ctx, CellInfo *ff, CellInfo *lc, int index, bool driven_by_lut); void lut_to_slice(Context *ctx, CellInfo *lut, CellInfo *lc, int index); +void ccu2c_to_slice(Context *ctx, CellInfo *ccu, CellInfo *lc); NEXTPNR_NAMESPACE_END -- cgit v1.2.3