Home
last modified time | relevance | path

Searched refs:VHDL_BINOP_NEQ (Results 1 – 4 of 4) sorted by relevance

/dports/cad/iverilog/verilog-11.0/tgt-vhdl/
H A Dexpr.cc387 result = translate_relation(lhs, rhs, VHDL_BINOP_NEQ); in translate_binary()
392 rhs->cast(&std_logic_vector), VHDL_BINOP_NEQ); in translate_binary()
394 result = translate_relation(lhs, rhs, VHDL_BINOP_NEQ); in translate_binary()
H A Dlogic.cc80 vhdl_binop_t op = if0 ? VHDL_BINOP_EQ : VHDL_BINOP_NEQ; in bufif_logic()
H A Dlpm.cc253 return rel_lpm_to_expr(scope, lpm, VHDL_BINOP_NEQ); in lpm_to_expr()
H A Dvhdl_syntax.hh93 VHDL_BINOP_NEQ, enumerator