Home
last modified time | relevance | path

Searched defs:is_lut (Results 1 – 4 of 4) sorted by relevance

/dports/devel/nextpnr/nextpnr-48cd407/generic/
H A Dcells.h32 inline bool is_lut(const BaseCtx *ctx, const CellInfo *cell) { return cell->type == ctx->id("LUT");… in is_lut() function
/dports/devel/nextpnr/nextpnr-48cd407/ecp5/
H A Dcells.h32 inline bool is_lut(const BaseCtx *ctx, const CellInfo *cell) { return cell->type == ctx->id("LUT4")… in is_lut() function
/dports/devel/nextpnr/nextpnr-48cd407/ice40/
H A Dcells.h33 inline bool is_lut(const BaseCtx *ctx, const CellInfo *cell) { return cell->type == ctx->id("SB_LUT… in is_lut() function
/dports/math/z3/z3-z3-4.8.13/src/sat/
H A Dsat_aig_cuts.h92 bool is_lut() const { return m_op == lut_op; } in is_lut() function