Fix message
Signed-off-by: Kamil Danecki <kdanecki@internships.antmicro.com>
This commit is contained in:
parent
858ba6939f
commit
2ce417e476
|
|
@ -1,6 +1,6 @@
|
|||
%Error-UNSUPPORTED: t/t_constraint_unsup.v:9:30: Unsupported expression inside constraint
|
||||
%Error-UNSUPPORTED: t/t_constraint_unsup.v:9:29: Unsupported expression inside constraint
|
||||
: ... note: In instance 't'
|
||||
9 | constraint cons { x + 1.0 > 0.0; }
|
||||
| ^
|
||||
9 | constraint cons { x + 1.0 > 0.0; }
|
||||
| ^
|
||||
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
|
||||
%Error: Exiting due to
|
||||
|
|
|
|||
Loading…
Reference in New Issue