Home
last modified time | relevance | path

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

/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_dpi_arg_inout_type.cpp861 svLogicVecVal x_union_4_state_33[2]; in check_exports() local
891 set_bvals(x_union_4_state_33, 2); in check_exports()
1275 x_union_4_state_33[1].aval = 1 >> n; in check_exports()
1276 x_union_4_state_33[0].aval = 0xffffffff >> m; in check_exports()
1293 e_union_4_state_33(x_union_4_state_33); in check_exports()
1294 if ((x_union_4_state_33[1].aval & 1) != 1) stop(); in check_exports()
1295 if (x_union_4_state_33[0].aval != 0xffffffff << n) stop(); in check_exports()
1314 check_bvals(x_union_4_state_33, 2); in check_exports()
H A Dt_dpi_arg_output_type.cpp659 svLogicVecVal x_union_4_state_33[2]; in check_exports() local
939 e_union_4_state_33(x_union_4_state_33); in check_exports()
940 if (x_union_4_state_33[1].aval != 1 >> n) stop(); in check_exports()
941 if (x_union_4_state_33[0].aval != 0xffffffff >> m) stop(); in check_exports()
960 check_bvals(x_union_4_state_33, 2); in check_exports()
H A Dt_dpi_arg_inout_type.v956 union_4_state_33 x_union_4_state_33; register
1062x_union_4_state_33 = ~33'd0 << i; i_union_4_state_33(x_union_4_state_33); if (x_union_4_state_…
H A Dt_dpi_arg_output_type.v870 union_4_state_33 x_union_4_state_33; register
976 i_union_4_state_33(x_union_4_state_33); if (x_union_4_state_33 !== ~33'd0 << i) $stop;