Home
last modified time | relevance | path

Searched defs:is_lc (Results 1 – 5 of 5) sorted by relevance

/dports/devel/nextpnr/nextpnr-48cd407/generic/
H A Dcells.h37 inline bool is_lc(const BaseCtx *ctx, const CellInfo *cell) { return cell->type == ctx->id("GENERIC… in is_lc() function
/dports/devel/nextpnr/nextpnr-48cd407/ecp5/
H A Dcells.h39 inline bool is_lc(const BaseCtx *ctx, const CellInfo *cell) { return cell->type == ctx->id("TRELLIS… in is_lc() function
/dports/devel/nextpnr/nextpnr-48cd407/ice40/
H A Dcells.h51 inline bool is_lc(const BaseCtx *ctx, const CellInfo *cell) { return cell->type == ctx->id("ICESTOR… in is_lc() function
/dports/archivers/advancecomp/advancecomp-2.1-6-g7b08f7a/lib/
H A Dmng.c892 unsigned frequency, adv_bool is_lc, in adv_mng_write_mhdr()
/dports/devel/arachne-pnr/arachne-pnr-840bdfdeb38809f9f6af4d89dd7b22959b176fdd/src/
H A Dnetlist.hh451 bool is_lc(Instance *inst) const { return inst->instance_of() == lc; } in is_lc() function in Models