forked from verilator/verilator
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ryszard Rozak <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
%Warning-CONSTRAINTIGN: t/t_randomize_method_types_unsup.v:13:32: Unsupported: randomizing this expression, treating as state | ||
13 | constraint dynsize { dynarr.size < 20; } | ||
| ^~~~ | ||
... For warning description see https://verilator.org/warn/CONSTRAINTIGN?v=latest | ||
... Use "/* verilator lint_off CONSTRAINTIGN */" and lint_on around source to disable this message. | ||
%Error-UNSUPPORTED: t/t_randomize_method_types_unsup.v:10:13: Unsupported: random member variable with the type of the containing class | ||
: ... note: In instance 't' | ||
10 | rand Cls cls; | ||
| ^~~ | ||
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest | ||
%Error: Exiting due to |