aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
authorSergiusz Bazanski <q3k@q3k.org>2018-07-24 01:24:07 +0100
committerSergiusz Bazanski <q3k@q3k.org>2018-07-24 02:55:40 +0100
commit065ea95eaba3e0d2389695a3bddde774e5251ee9 (patch)
tree965cfdaa810374ecbf6cc9d4fa6d70d0e951649a /ice40/arch.h
parent1d3147e26a2d57085199b645c12df5ab4836850e (diff)
downloadnextpnr-065ea95eaba3e0d2389695a3bddde774e5251ee9.tar.gz
nextpnr-065ea95eaba3e0d2389695a3bddde774e5251ee9.tar.bz2
nextpnr-065ea95eaba3e0d2389695a3bddde774e5251ee9.zip
ice40: Move spliceLUT back to pack.cc
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index 15422aa7..d4d71cfc 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -746,11 +746,6 @@ 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