try_port_clause

Function try_port_clause 

Source
pub fn try_port_clause<P: Parser>(
    p: &mut P,
) -> ReportedResult<Option<Spanned<Vec<IntfDecl>>>>
Expand description

Try to parse a port clause. See IEEE 1076-2008 section 6.5.6.3.

port_clause := "port" "clause" "(" {intf_decl}";"+ ")" ";"