.. include:: includes.rst Unfixable Rules =============== VSG is capable of fixing a wide range of formatting issues. However, there are a class of issues which can be checked but can not be fixed. These issues require the user to make the required changes. In the documentation, these rules are marked with the following icon: |unfixable| Comments -------- The existence and formatting of comments is left to the user as VSG can not have an opinion. * `block_comment_001 `_ * `block_comment_002 `_ * `block_comment_003 `_ * `comment_012 `_ * `sequential_006 `_ * `variable_assignment_006 `_ Configuration ------------- Issues in configuration files can not be fixed. * `source_file_001 `_ Default Assignments ------------------- Default assignments are not preferred, but removing them may affect the design. * `port_012 `_ * `signal_007 `_ * `variable_007 `_ Formatting Options ------------------ There are some formatting decisions that are best left to the user. * `instantiation_034 `_ * `port_023 `_ * `process_030 `_ * `reserved_001 `_ Identifier Restrictions ----------------------- With multiple options available, the user is required to make the decision. * `architecture_025 `_ Lengths ------- Addressing length issues requires the user to address. * `length_001 `_ * `length_002 `_ * `length_003 `_ Missing Labels -------------- The name of the label must be chosen by the user. * `loop_statement_006 `_ * `process_016 `_ Positional Assignments ---------------------- Mapping positional assignments to formal parts is left to the user. * `generic_map_008 `_ * `port_map_008 `_ Prefix and Suffix ----------------- With multiple options available, the user is required to make the decision. * `alias_declaration_600 `_ * `alias_declaration_601 `_ * `block_600 `_ * `block_601 `_ * `constant_015 `_ * `constant_600 `_ * `function_600 `_ * `function_601 `_ * `generate_017 `_ * `generate_600 `_ * `generate_601 `_ * `generate_602 `_ * `generic_020 `_ * `generic_600 `_ * `generic_map_600 `_ * `generic_map_601 `_ * `instantiation_600 `_ * `instantiation_601 `_ * `loop_statement_600 `_ * `loop_statement_601 `_ * `loop_statement_602 `_ * `loop_statement_603 `_ * `package_016 `_ * `package_017 `_ * `package_body_600 `_ * `package_body_601 `_ * `port_011 `_ * `port_025 `_ * `port_600 `_ * `port_601 `_ * `port_602 `_ * `port_603 `_ * `port_604 `_ * `port_605 `_ * `port_606 `_ * `port_607 `_ * `port_608 `_ * `port_609 `_ * `process_036 `_ * `process_600 `_ * `signal_008 `_ * `signal_600 `_ * `subtype_004 `_ * `subtype_600 `_ * `type_015 `_ * `type_600 `_ * `variable_012 `_ * `variable_600 `_