diff options
Diffstat (limited to 'ice40/arch.h')
-rw-r--r-- | ice40/arch.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ice40/arch.h b/ice40/arch.h index d4d71cfc..15422aa7 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -746,6 +746,11 @@ struct Arch : BaseCtx IdString id_cen, id_clk, id_sr; IdString id_i0, id_i1, id_i2, id_i3; IdString id_dff_en, id_neg_clk; + + + // ------------------------------------------------- + // Insert a LUT/LC in between a given output port of a cell and all its' users. + std::unique_ptr<CellInfo> spliceLUT(CellInfo *ci, IdString portId, bool onlyNonLUTs); }; NEXTPNR_NAMESPACE_END |