Struct moore_vhdl::hir::ReportStmt [] [src]

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

A report statement.

See IEEE 1076-2008 section 10.4.

Fields

The report message.

The severity level.

Trait Implementations

impl Debug for ReportStmt
[src]

[src]

Formats the value using the given formatter.