Struct moore_vhdl::hir::Entity [] [src]

pub struct Entity {
    pub ctx_items: CtxItemsRef,
    pub lib: LibRef,
    pub name: Spanned<Name>,
    pub generics: Vec<GenericRef>,
    pub ports: Vec<IntfSignalRef>,
}

Fields

The context items associated with the entity.

The library in which the entity is defined.

The entity name.

The list of generics that the entity declares.

The list of ports that the entity declares.

Trait Implementations

impl Debug for Entity
[src]

[src]

Formats the value using the given formatter.