Home
last modified time | relevance | path

Searched refs:yosys_celltypes (Results 1 – 12 of 12) sorted by relevance

/dports/cad/yosys/yosys-yosys-0.12/passes/equiv/
H A Dequiv_induct.cc95 if (yosys_celltypes.cell_known(cell->type)) in run()
97 if (yosys_celltypes.cell_input(cell->type, conn.first)) in run()
100 if (yosys_celltypes.cell_known(cell->type)) in run()
102 if (yosys_celltypes.cell_output(cell->type, conn.first)) in run()
H A Dequiv_simple.cc61 if (yosys_celltypes.cell_input(cell->type, conn.first)) in find_input_cone()
370 if (yosys_celltypes.cell_output(cell->type, conn.first)) in execute()
H A Dequiv_make.cc413 if (yosys_celltypes.cell_input(cell->type, conn.first)) in init_bit2driven()
443 if (yosys_celltypes.cell_input(driven_cell->type, conn.first)) in check_signal_in_fanout()
/dports/cad/yosys/yosys-yosys-0.12/passes/cmds/
H A Dtorder.cc83 if (!noautostop && yosys_celltypes.cell_known(cell->type)) { in execute()
H A Dcheck.cc165 bool logic_cell = yosys_celltypes.cell_evaluable(cell->type); in execute()
H A Dselect.cc469 if (eval_only && !yosys_celltypes.cell_evaluable(cell->type)) in select_op_expand()
/dports/cad/yosys/yosys-yosys-0.12/kernel/
H A Dyosys.cc81 CellTypes yosys_celltypes; variable
549 yosys_celltypes.setup(); in yosys_setup()
578 yosys_celltypes.clear(); in yosys_shutdown()
H A Dcelltypes.h518 extern CellTypes yosys_celltypes;
H A Drtlil.cc3281 if (yosys_celltypes.cell_known(type)) in known()
3290 if (yosys_celltypes.cell_known(type)) in input()
3291 return yosys_celltypes.cell_input(type, portname); in input()
3302 if (yosys_celltypes.cell_known(type)) in output()
3303 return yosys_celltypes.cell_output(type, portname); in output()
/dports/cad/yosys/yosys-yosys-0.12/frontends/aiger/
H A Daigerparse.cc79 if (!yosys_celltypes.cell_known(it.second->type)) in ConstEvalAig()
82 if (yosys_celltypes.cell_output(it.second->type, it2.first)) { in ConstEvalAig()
/dports/cad/yosys/yosys-yosys-0.12/passes/sat/
H A Dsim.cc282 if (yosys_celltypes.cell_evaluable(cell->type)) in update_cell()
/dports/cad/yosys/yosys-yosys-0.12/passes/techmap/
H A Dabc9_ops.cc734 else if (!yosys_celltypes.cell_known(cell->type)) in prep_xaiger()