Files
iverilog/ivtest/vvp_tests/partsel_outside_expr.json
T
Dag Lem ba7da9d5a5 Guard against overflow / wrap around of internal part-select bit address
Internally, the maximum address space of a vector is 31 bits + a sign bit
to signal invalid addresses (out of bounds or has one or more x or z bits).

This commit ensures that unsigned part-select bit addresses which would
otherwise overflow and wrap around within this address space are correctly
handled as out of bounds.
2024-09-16 23:50:24 +02:00

5 lines
83 B
JSON

{
"type" : "normal",
"source" : "partsel_outside_expr.v"
}