Struct moore_vhdl::hir::AssertStmt [] [src]

pub struct AssertStmt {
    pub cond: ExprRef,
    pub report: Option<ExprRef>,
    pub severity: Option<ExprRef>,
}

An assertion statement.

See IEEE 1076-2008 section 10.3.

Fields

The condition to be asserted.

The report message.

The severity level.

Trait Implementations

impl Debug for AssertStmt
[src]

[src]

Formats the value using the given formatter.