mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-31 18:04:38 +02:00
Check that using a class task through an object method call in expression context reports a compile/elaboration error instead of triggering an assert. Signed-off-by: Lars-Peter Clausen <[email protected]>
10 lines
231 B
JSON
10 lines
231 B
JSON
{
|
|
"type" : "CE",
|
|
"source" : "sv_class_task_expr_fail.v",
|
|
"iverilog-args" : [ "-g2005-sv" ],
|
|
"vlog95" : {
|
|
"__comment" : "Classes are not supported",
|
|
"type" : "CE"
|
|
}
|
|
}
|