mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
12 lines
808 B
Plaintext
12 lines
808 B
Plaintext
%Error-UNSUPPORTED: t/t_randomize_method_with_unsup.v:47:40: Unsupported: randomize() 'with' constraint
|
|
47 | rand_result = obj.randomize() with { lb <= y && y <= ub; };
|
|
| ^~~~
|
|
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
|
%Error-UNSUPPORTED: t/t_randomize_method_with_unsup.v:63:37: Unsupported: randomize() 'with' constraint
|
|
63 | rand_result = obj.randomize() with { 256 < y && y < 256; };
|
|
| ^~~~
|
|
%Error-UNSUPPORTED: t/t_randomize_method_with_unsup.v:67:37: Unsupported: randomize() 'with' constraint
|
|
67 | rand_result = obj.randomize() with { 16 <= z && z <= 32; };
|
|
| ^~~~
|
|
%Error: Exiting due to
|