vlib: fix wildcard matching of match_glob
#7916
Annotations
10 errors and 7 notices
Test pure V math module:
vlib/math/bits/bits_test.v#L18
unknown function: leading_zeros_8
|
Test pure V math module:
vlib/math/bits/bits_test.v#L18
assert can be used only with `bool` expressions, but found `void` instead
|
Test pure V math module:
vlib/math/bits/bits_test.v#L25
unknown function: leading_zeros_16
|
Test pure V math module:
vlib/math/bits/bits_test.v#L25
assert can be used only with `bool` expressions, but found `void` instead
|
Test pure V math module:
vlib/math/bits/bits_test.v#L32
unknown function: leading_zeros_32
|
Test pure V math module:
vlib/math/bits/bits_test.v#L32
assert can be used only with `bool` expressions, but found `void` instead
|
Test pure V math module:
vlib/math/bits/bits_test.v#L39
unknown function: leading_zeros_64
|
Test pure V math module:
vlib/math/bits/bits_test.v#L39
assert can be used only with `bool` expressions, but found `void` instead
|
Test pure V math module:
vlib/math/bits/bits_test.v#L50
unknown function: ones_count_8
|
Test pure V math module:
vlib/math/bits/bits_test.v#L50
assert can be used only with `bool` expressions, but found `void` instead
|
Test pure V math module:
vlib/math/bits/bits_test.v#L18
shifting a value from a signed type `int` can change the sign
|
Test pure V math module:
vlib/math/bits/bits_test.v#L51
shifting a value from a signed type `int` can change the sign
|
Test pure V math module:
vlib/math/bits/bits_test.v#L59
shifting a value from a signed type `int` can change the sign
|
Test pure V math module:
vlib/math/bits/bits_test.v#L67
shifting a value from a signed type `int` can change the sign
|
Test pure V math module:
vlib/math/bits/bits_test.v#L103
shifting a value from a signed type `int` can change the sign
|
Test pure V math module:
vlib/math/bits/bits_test.v#L119
shifting a value from a signed type `int` can change the sign
|
Test pure V math module:
vlib/math/bits/bits_test.v#L135
shifting a value from a signed type `int` can change the sign
|
Loading