def p_import_export_1(p):
'''import_export : K_import '''
print('import_export_1', list(p))
- # { p[0] = True; }
+ p[0] = True
()
def p_import_export_2(p):
'''import_export : K_export '''
print('import_export_2', list(p))
- # { p[0] = False; }
+ p[0] = False
()
def p_implicit_class_handle_1(p):
'''implicit_class_handle : K_this '''
def p_integer_vector_type_1(p):
'''integer_vector_type : K_reg '''
print('integer_vector_type_1', list(p))
- # { $$ = IVL_VT_NO_TYPE; }
+ p[0] = IVL_VT_NO_TYPE
()
def p_integer_vector_type_2(p):
'''integer_vector_type : K_bit '''
print('integer_vector_type_2', list(p))
- # { $$ = IVL_VT_BOOL; }
+ p[0] = IVL_VT_BOOL
()
def p_integer_vector_type_3(p):
'''integer_vector_type : K_logic '''
print('integer_vector_type_3', list(p))
- # { $$ = IVL_VT_LOGIC; }
+ p[0] = IVL_VT_LOGIC
()
def p_integer_vector_type_4(p):
'''integer_vector_type : K_bool '''
def p_signing_1(p):
'''signing : K_signed '''
print('signing_1', list(p))
- # { p[0] = True; }
+ p[0] = True
()
def p_signing_2(p):
'''signing : K_unsigned '''
print('signing_2', list(p))
- # { p[0] = False; }
+ p[0] = False
()
def p_simple_type_or_string_1(p):
'''simple_type_or_string : integer_vector_type '''
def p_block_item_decls_opt_1(p):
'''block_item_decls_opt : block_item_decls '''
print('block_item_decls_opt_1', list(p))
- # { p[0] = True; }
+ p[0] = True
()
def p_block_item_decls_opt_2(p):
'''block_item_decls_opt : '''
print('block_item_decls_opt_2', list(p))
- # { p[0] = False; }
+ p[0] = False
()
def p_type_declaration_1(p):
'''type_declaration : K_typedef data_type IDENTIFIER dimensions_opt ';' '''
def p_unsigned_signed_opt_1(p):
'''unsigned_signed_opt : K_signed '''
print('unsigned_signed_opt_1', list(p))
- # { p[0] = True; }
+ p[0] = True
()
def p_unsigned_signed_opt_2(p):
'''unsigned_signed_opt : K_unsigned '''
print('unsigned_signed_opt_2', list(p))
- # { p[0] = False; }
+ p[0] = False
()
def p_unsigned_signed_opt_3(p):
'''unsigned_signed_opt : '''
print('unsigned_signed_opt_3', list(p))
- # { p[0] = False; }
+ p[0] = False
()
def p_signed_unsigned_opt_1(p):
'''signed_unsigned_opt : K_signed '''
print('signed_unsigned_opt_1', list(p))
- # { p[0] = True; }
+ p[0] = True
()
def p_signed_unsigned_opt_2(p):
'''signed_unsigned_opt : K_unsigned '''
print('signed_unsigned_opt_2', list(p))
- # { p[0] = False; }
+ p[0] = False
()
def p_signed_unsigned_opt_3(p):
'''signed_unsigned_opt : '''
print('signed_unsigned_opt_3', list(p))
- # { p[0] = True; }
+ p[0] = True
()
def p_atom2_type_1(p):
'''atom2_type : K_byte '''
def p_from_exclude_1(p):
'''from_exclude : K_from '''
print('from_exclude_1', list(p))
- # { p[0] = False; }
+ p[0] = False
()
def p_from_exclude_2(p):
'''from_exclude : K_exclude '''
print('from_exclude_2', list(p))
- # { p[0] = True; }
+ p[0] = True
()
def p_parameter_value_opt_1(p):
'''parameter_value_opt : '#' '(' expression_list_with_nuls ')' '''
def p_edge_operator_1(p):
'''edge_operator : K_posedge '''
print('edge_operator_1', list(p))
- # { p[0] = True; }
+ p[0] = True
()
def p_edge_operator_2(p):
'''edge_operator : K_negedge '''
print('edge_operator_2', list(p))
- # { p[0] = False; }
+ p[0] = False
()
def p_specify_edge_path_1(p):
'''specify_edge_path : '(' specify_path_identifiers spec_polarity K_EG '(' specify_path_identifiers polarity_operator expression ')' ')' '''
def p_udp_reg_opt_1(p):
'''udp_reg_opt : K_reg '''
print('udp_reg_opt_1', list(p))
- # { p[0] = True; }
+ p[0] = True
()
def p_udp_reg_opt_2(p):
'''udp_reg_opt : '''
print('udp_reg_opt_2', list(p))
- # { p[0] = False; }
+ p[0] = False
()
def p_udp_initial_expr_opt_1(p):
'''udp_initial_expr_opt : '=' expression '''
def p_K_packed_opt_1(p):
'''K_packed_opt : K_packed '''
print('K_packed_opt', list(p))
- # { p[0] = True; }
+ p[0] = True
()
def p_K_packed_opt_2(p):
'''K_packed_opt : '''
print('K_packed_opt', list(p))
- # { p[0] = False; }
+ p[0] = False
()
def p_K_reg_opt_1(p):
'''K_reg_opt : K_reg '''
print('K_reg_opt', list(p))
- # { p[0] = True; }
+ p[0] = True
()
def p_K_reg_opt_2(p):
'''K_reg_opt : '''
print('K_reg_opt', list(p))
- # { p[0] = False; }
+ p[0] = False
()
def p_K_static_opt_1(p):
'''K_static_opt : K_static '''
print('K_static_opt', list(p))
- # { p[0] = True; }
+ p[0] = True
()
def p_K_static_opt_2(p):
'''K_static_opt : '''
print('K_static_opt', list(p))
- # { p[0] = False; }
+ p[0] = False
()
def p_K_virtual_opt_1(p):
'''K_virtual_opt : K_virtual '''
print(p)
- # { p[0] = True; }
+ p[0] = True
()
def p_K_virtual_opt_2(p):
'''K_virtual_opt : '''
print(p)
- # { p[0] = False; }
+ p[0] = False
()
def p_error(p):