verilator/test_regress/t/t_constraint_global_arr_uns...

27 lines
1.9 KiB
Plaintext
Raw Normal View History

2025-10-29 14:40:24 +01:00
%Error-UNSUPPORTED: t/t_constraint_global_arr_unsup.v:41:20: Unsupported: MEMBERSEL 'm_x' within a global constraint
2025-10-26 12:44:43 +01:00
: ... note: In instance 't_constraint_global_arr_unsup'
2025-10-29 14:40:24 +01:00
41 | m_mid.m_arr[0].m_x == 200;
| ^~~
2025-10-26 12:44:43 +01:00
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
2025-10-29 14:40:24 +01:00
%Error-UNSUPPORTED: t/t_constraint_global_arr_unsup.v:42:20: Unsupported: MEMBERSEL 'm_y' within a global constraint
2025-10-26 12:44:43 +01:00
: ... note: In instance 't_constraint_global_arr_unsup'
2025-10-29 14:40:24 +01:00
42 | m_mid.m_arr[0].m_y == 201;
2025-10-26 12:44:43 +01:00
| ^~~
2025-10-29 14:40:24 +01:00
%Error-UNSUPPORTED: t/t_constraint_global_arr_unsup.v:47:18: Unsupported: MEMBERSEL 'm_obj' within a global constraint
2025-10-26 12:44:43 +01:00
: ... note: In instance 't_constraint_global_arr_unsup'
2025-10-29 14:40:24 +01:00
47 | m_mid_arr[0].m_obj.m_x == 300;
| ^~~~~
%Error-UNSUPPORTED: t/t_constraint_global_arr_unsup.v:48:18: Unsupported: MEMBERSEL 'm_obj' within a global constraint
2025-10-26 12:44:43 +01:00
: ... note: In instance 't_constraint_global_arr_unsup'
2025-10-29 14:40:24 +01:00
48 | m_mid_arr[0].m_obj.m_y == 301;
| ^~~~~
%Error-UNSUPPORTED: t/t_constraint_global_arr_unsup.v:53:18: Unsupported: MEMBERSEL 'm_arr' within a global constraint
: ... note: In instance 't_constraint_global_arr_unsup'
53 | m_mid_arr[1].m_arr[2].m_y == 400;
| ^~~~~
%Error-UNSUPPORTED: t/t_constraint_global_arr_unsup.v:53:27: Unsupported: MEMBERSEL 'm_y' within a global constraint
2025-10-26 12:44:43 +01:00
: ... note: In instance 't_constraint_global_arr_unsup'
2025-10-29 14:40:24 +01:00
53 | m_mid_arr[1].m_arr[2].m_y == 400;
| ^~~
2025-10-26 12:44:43 +01:00
%Error: Exiting due to