mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-09-04 08:34:09 +02:00
By adding ivtest to the iverilog source tree, it is easier to keep the regression test synchronized with the source that is being tested. This should be especially helpful for PRs that add a new feature, and have a matching ivtest PR with the regression test for that feature.
9 lines
622 B
Plaintext
9 lines
622 B
Plaintext
ivltests/enum_dims_invalid.v:13: error: An unsized dimension is not allowed here.
|
|
ivltests/enum_dims_invalid.v:17: error: Dimension size must be greater than zero.
|
|
ivltests/enum_dims_invalid.v:17 : This size expression violates the rule: -('sd1)
|
|
ivltests/enum_dims_invalid.v:9: error: A queue dimension is not allowed here.
|
|
ivltests/enum_dims_invalid.v:21: error: Dimension size must be greater than zero.
|
|
ivltests/enum_dims_invalid.v:21 : This size expression violates the rule: 'sd0
|
|
ivltests/enum_dims_invalid.v:25: error: Enum type must not have more than 1 packed dimension.
|
|
6 error(s) during elaboration.
|