Function parse_package_inst

Source
pub fn parse_package_inst<P: Parser>(
    p: &mut P,
    with_semicolon: bool,
) -> ReportedResult<PkgInst>
Expand description

Parse a package instantiation declaration. See IEEE 1076-2008 section 4.9.

package_inst := "package" ident "is" "new" name [generic_map] ";"