Home
last modified time | relevance | path

Searched refs:BIT4_1 (Results 1 – 25 of 26) sorted by relevance

12

/dports/cad/iverilog/verilog-11.0/vvp/
H A Dvpip_hex.cc70 tval.set_bit(idx, ((tmp>>bit_off)&1)? BIT4_1 : BIT4_0); in vpip_hex_str_to_vec4()
79 tval.set_bit(idx, ((tmp>>bit_off)&1)? BIT4_1 : BIT4_0); in vpip_hex_str_to_vec4()
88 tval.set_bit(idx, ((tmp>>bit_off)&1)? BIT4_1 : BIT4_0); in vpip_hex_str_to_vec4()
124 case BIT4_1: // If negative pad MSB '1' with '1'. in vpip_hex_str_to_vec4()
126 pad = BIT4_1; in vpip_hex_str_to_vec4()
156 case BIT4_1: in vpip_vec4_to_hex_str()
H A Dlatch.cc51 if (en_ == BIT4_1) in recv_vec4()
59 if (en_ == BIT4_1 && tmp != BIT4_1) in recv_vec4()
93 vvp_vector4_t init_val = vvp_vector4_t(1, BIT4_1); in compile_latch()
H A Dvthread.cc1641 case BIT4_1: in of_CAST2()
1972 eq = BIT4_1; in of_CMPSTR()
1976 lt = BIT4_1; in of_CMPSTR()
2049 lt = BIT4_1; in do_CMPU()
4564 if (rb == BIT4_1) { in of_NORR()
4627 lb = BIT4_1; in of_NANDR()
4631 if (rb != BIT4_1) in of_NANDR()
4652 lb = BIT4_1; in of_ORR()
4676 if (rb == BIT4_1) in of_XORR()
4700 if (rb == BIT4_1) in of_XNORR()
[all …]
H A Darith.cc76 case BIT4_1: // bit >= 0 in recv_vec4()
278 vval.set_bit(idx, BIT4_1); in recv_vec4()
390 vval.set_bit(idx, BIT4_1); in recv_vec4()
456 vval.set_bit(idx, BIT4_1); in recv_vec4()
614 eeq.set_bit(0, BIT4_1); in recv_vec4()
644 eeq.set_bit(0, BIT4_1); in recv_vec4()
676 res.set_bit(0, BIT4_1); in recv_vec4()
723 res.set_bit(0, BIT4_1); in recv_vec4()
760 res.set_bit(0, BIT4_1); in recv_vec4()
816 res.set_bit(0, BIT4_1); in recv_vec4()
[all …]
H A Dvpip_oct.cc68 tval.set_bit(idx, ((tmp>>bit_off)&1)? BIT4_1 : BIT4_0); in vpip_oct_str_to_vec4()
104 case BIT4_1: // If negative pad MSB '1' with '1' in vpip_oct_str_to_vec4()
106 pad = BIT4_1; in vpip_oct_str_to_vec4()
136 case BIT4_1: in vpip_vec4_to_oct_str()
H A Ddff.cc43 clk_active_ = negedge ? BIT4_0 : BIT4_1; in vvp_dff()
81 if (ena_ != BIT4_1) in recv_vec4()
98 if (asc_ == BIT4_1 && tmp != BIT4_1) in recv_vec4()
133 schedule_propagate_vector(port.ptr(), 0, vvp_vector4_t(d_.size(), BIT4_1)); in recv_async()
H A Dvpip_bin.cc60 tval.set_bit(idx, BIT4_1); in vpip_bin_str_to_vec4()
98 case BIT4_1: // If negative pad MSB '1' with '1' in vpip_bin_str_to_vec4()
100 pad = BIT4_1; in vpip_bin_str_to_vec4()
H A Dnpmos.cc78 case BIT4_1: in generate_output_()
86 case BIT4_1: in generate_output_()
199 if (b_n_en == BIT4_1 || b_p_en == BIT4_0) { in generate_output_()
201 } else if (b_n_en == BIT4_0 && b_p_en == BIT4_1) { in generate_output_()
208 case BIT4_1: in generate_output_()
H A Dvpi_tasks.cc268 return_value_.set_bit(0, BIT4_1); in put_value_scalar_()
288 return_value_.set_bit(idx, (tmp&1)? BIT4_1 : BIT4_0); in put_value_int_()
312 return_value_.set_bit(idx, BIT4_1); in put_value_string_()
337 bit4 = BIT4_1; in put_value_vector_()
367 return_value_.set_bit(idx, (tmp&1)? BIT4_1 : BIT4_0); in put_value_time_()
437 val.set_bit(0, BIT4_1); in vpi_put_value()
456 val.set_bit(idx, (tmp&1)? BIT4_1 : BIT4_0); in vpi_put_value()
465 val.set_bit(idx, (tmp&1)? BIT4_1 : BIT4_0); in vpi_put_value()
492 bit4 = BIT4_1; in vpi_put_value()
H A Dvvp_net.cc420 return BIT4_1; in add_with_carry()
422 c = BIT4_1; in add_with_carry()
425 c = BIT4_1; in add_with_carry()
426 return BIT4_1; in add_with_carry()
439 return BIT4_1; in scalar_to_bit4()
469 case BIT4_1: in operator <<()
969 case BIT4_1: in resize()
1852 case BIT4_1: in as_string()
2006 case BIT4_1: in vector4_to_value()
2057 case BIT4_1: in vector4_to_value()
[all …]
H A Dbufif.cc59 case BIT4_1: in recv_vec4()
71 case BIT4_1: in recv_vec4()
H A Dresolv.cc304 out.set_bit(idx, BIT4_1); in wired_logic_math_()
334 } else if (abit == BIT4_1 || bbit == BIT4_1) { in wired_logic_math_()
335 out.set_bit(idx, BIT4_1); in wired_logic_math_()
H A Dvpi_vthr_vector.cc429 case BIT4_1: in vpi_get_value_octstr_()
471 case BIT4_1: in vpi_get_value_hexstr_()
512 if (val.value(idx-1) == BIT4_1) in vpi_get_value_real_()
526 case BIT4_1: in vpi_get_value_string_()
565 case BIT4_1: in vpi_get_value_vector_()
593 case BIT4_1: in vpi_get_value_strength_()
H A Dvpip_to_dec.cc138 case BIT4_1: in vpip_vec4_to_dec_str()
168 case BIT4_1: in vpip_vec4_to_dec_str()
306 val4 = BIT4_1; in vpip_dec_str_to_vec4()
H A Dudp.cc181 return BIT4_1; in test_levels()
700 case BIT4_1: in calculate_output()
746 return BIT4_1; in test_levels_()
776 return BIT4_1; in test_levels_()
865 return BIT4_1; in test_edges_()
889 return BIT4_1; in test_edges_()
949 case BIT4_1: in recv_vec4_from_inputs()
H A Dvvp_net.h140 BIT4_1 = 1, enumerator
175 if (a==BIT4_1 || b==BIT4_1)
176 return BIT4_1;
202 case BIT4_1: in update_driver_counts()
491 case BIT4_1: in set_bit()
510 case BIT4_1: in set_bit()
773 return BIT4_1; in value4()
850 case BIT4_1: in vvp_scalar_t()
870 return BIT4_1; in value()
H A Dreduce.cc103 vvp_bit4_t res = BIT4_1; in calculate_result()
181 vvp_bit4_t res = BIT4_1; in calculate_result()
H A Ddelay.cc80 case BIT4_1: return rise_; in get_delay()
85 case BIT4_1: in get_delay()
88 case BIT4_1: return 0; in get_delay()
96 case BIT4_1: return rise_; in get_delay()
104 case BIT4_1: return rise_; in get_delay()
714 if (bit.value(0) == BIT4_1) in recv_vec4()
H A Devent.cc187 = VVP_EDGE(BIT4_0,BIT4_1)
190 | VVP_EDGE(BIT4_X,BIT4_1)
191 | VVP_EDGE(BIT4_Z,BIT4_1)
195 = VVP_EDGE(BIT4_1,BIT4_0)
196 | VVP_EDGE(BIT4_1,BIT4_X)
197 | VVP_EDGE(BIT4_1,BIT4_Z)
H A Dvpi_signal.cc193 case BIT4_1: in format_vpiOctStrVal()
249 case BIT4_1: in format_vpiHexStrVal()
388 sig->value(idx) == BIT4_1) { in format_vpiStringVal()
415 case BIT4_1: in format_vpiScalarVal()
460 case BIT4_1: in format_vpiStrengthVal()
507 case BIT4_1: in format_vpiVectorVal()
930 val.set_bit(idx, BIT4_1); in from_stringval()
993 vvp_bit4_t bit = (vpi_val & 1) ? BIT4_1 : BIT4_0; in vec4_from_vpi_value()
H A Dvvp_darray.cc109 if (word&1) tmp.set_bit(idx, BIT4_1); in get_word()
138 vec.set_bit(vdx+bdx, BIT4_1); in get_bitstream()
205 if (as_vec4 || (bit == BIT4_1)) in get_bitstream()
267 vec.set_bit(vdx+bdx, BIT4_1); in get_bitstream()
365 vec.set_bit(vdx+bdx, BIT4_1); in get_bitstream()
H A Disland_tran.cc225 case BIT4_1: in run_test_enabled()
256 case BIT4_1: in resolve_ambiguous()
H A Dvpi_priv.cc612 if (val == BIT4_1) in vec4_get_value_string()
625 if (val == BIT4_1) in vec4_get_value_string()
697 case BIT4_1: in vpip_vec4_get_value()
720 if (val4 == BIT4_1) in vpip_vec4_get_value()
746 case BIT4_1: in vpip_vec4_get_value()
H A Dlogic.cc300 case BIT4_1: in recv_vec4()
398 case BIT4_1: in recv_vec4()
H A Dvpi_const.cc433 val = BIT4_1; in vector4_from_text()

12