[][src]Function moore_vhdl_syntax::parser::rules::parse_inst_or_call_tail

pub fn parse_inst_or_call_tail<P: Parser>(
    p: &mut P,
    target: Option<InstTarget>,
    name: CompoundName
) -> ReportedResult<StmtData>

Parse the tail of an instantiation or procedure call statement. See IEEE 1076-2008 sections 10.7, 11.4, and 11.7.

["component"|"entity"|"configuration"] name . [generic_map_aspect] [port_map_aspect] ";"