Files
iverilog/ivtest/vvp_tests/sv_darray_sort.json
T
mjoekhan afe849249c SV: reverse(), sort(), rsort(), shuffle() for queues/darrays
Add ordering methods for queues and dynamic arrays.  Update ivtest gold
files for always_*_warn, br1005, and br_gh710b LXT per review.

Split from steveicarus/iverilog#1330 (part 06/6).
2026-07-21 11:01:29 +05:00

10 lines
247 B
JSON

{
"type" : "normal",
"source" : "sv_darray_sort.v",
"iverilog-args" : [ "-g2005-sv" ],
"vlog95" : {
"__comment" : "SystemVerilog dynamic array sort/rsort/shuffle",
"type" : "CE"
}
}