Define('_MOD_PARAM', value=5)
Param(IntegerType(default=5), 'PARAM')
Param(IntegerType(default=4), 'PARAM2')
Port(UintType(Param(IntegerType(default=5), 'PARAM')), 'inp', direction=IN)
Port(UintType(Param(IntegerType(default=5), 'PARAM')), 'outp', direction=OUT)
