Home
last modified time | relevance | path

Searched refs:step_assign (Results 1 – 2 of 2) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A Dsynth2.cc1466 NetAssign*step_assign = dynamic_cast<NetAssign*> (step_statement_); in synth_async() local
1467 char assign_operator = step_assign->assign_operator(); in synth_async()
1468 ivl_assert(*this, step_assign); in synth_async()
1469 NetExpr*step_expr = step_assign->rval(); in synth_async()
/dports/devel/py-numba/numba-0.51.2/numba/core/
H A Dir_utils.py212 step_assign = ir.Assign(ir.Const(step, loc), g_step_var, loc)
213 nodes.append(step_assign)