Struct moore_vhdl::hir::SignalDecl [] [src]

pub struct SignalDecl {
    pub ty: SubtypeIndRef,
    pub kind: SignalKind,
    pub init: Option<ExprRef>,
}

A signal declaration.

See IEEE 1076-2008 section 6.4.2.3.

Fields

The subtype of the signal.

The signal kind.

The optional initial value for the signals.

Trait Implementations

impl Debug for SignalDecl
[src]

[src]

Formats the value using the given formatter.