//This code shows how input/output ports // and primitve is declared primitive udp_syntax ( a, // Port a b, // Port b c, // Port c d // Port d ); output a; input b,c,d; // UDP function code here endprimitive