Home
last modified time | relevance | path

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

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_dpi_arg_inout_type.v933 union_2_state_1 x_union_2_state_1; register
1036x_union_2_state_1 = ~i[0]; i_union_2_state_1(x_union_2_state_1); if (x_union_2_state_…
H A Dt_dpi_arg_output_type.cpp636 svBitVecVal x_union_2_state_1[1]; in check_exports() local
841 e_union_2_state_1(x_union_2_state_1); in check_exports()
842 if (x_union_2_state_1[0] != (n % 2)) stop(); in check_exports()
H A Dt_dpi_arg_output_type.v847 union_2_state_1 x_union_2_state_1; register
950 i_union_2_state_1(x_union_2_state_1); if (x_union_2_state_1 !== ~i[0] ) $stop;
H A Dt_dpi_arg_inout_type.cpp838 svBitVecVal x_union_2_state_1[1]; in check_exports() local
1141 x_union_2_state_1[0] = n % 2; in check_exports()
1153 e_union_2_state_1(x_union_2_state_1); in check_exports()
1154 if ((x_union_2_state_1[0] & 1) != !(n % 2)) stop(); in check_exports()