slang::ast::UnaryBinsSelectExpr class final

Represents a unary coverage bin select expression.

Base classes

class BinsSelectExpr
Base class for all coverage bin select expressions.

Public types

enum Op { Negation }
The kind of unary operator.

Enum documentation

enum slang::ast::UnaryBinsSelectExpr::Op

The kind of unary operator.

Currently there's only one such kind of operator supported in SystemVerilog.