Exemplo n.º 1
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self,
                                               'concurrent',
                                               '004',
                                               lTokens,
                                               bMinimum=True)
     self.solution = 'Ensure a single space between target and assignment.'
Exemplo n.º 2
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'process', '007',
                                               lTokens)
     self.solution = 'Ensure a single space after the end keyword.'
Exemplo n.º 3
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'variable_assignment',
                                               '002', lTokens)
     self.solution = 'Ensure a single space after the :=.'
Exemplo n.º 4
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'package', '009',
                                               lTokens)
     self.solution = 'Single space between *end* and *package* keywords and package_simple_name.'
Exemplo n.º 5
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'package', '002',
                                               lTokens)
     self.solution = 'Ensure a single space between the *package* keyword and identifier and *is* keyword.'
Exemplo n.º 6
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'type', '007', lTokens)
     self.solution = 'Ensure only a single space after the *is* keyword.'
Exemplo n.º 7
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'generic', '003',
                                               lTokens)
     self.solution = 'Change spacing between "generic" and "(" to one space.'
Exemplo n.º 8
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'instantiation', '032',
                                               lTokens)
     self.solution = 'Ensure a single space exists between *component* and the component_name.'
Exemplo n.º 9
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'if', '003', lTokens)
     self.solution = 'Ensure only a single space exists between the *if* keyword and (.'
Exemplo n.º 10
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'generic_map', '006',
                                               lTokens)
     self.solution = 'Ensure a single space exists between "map" and (.'
Exemplo n.º 11
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'procedure', '101', lTokens)
     self.solution = 'Ensure a single space between the keywords in the closing part of a procedure specification.'
Exemplo n.º 12
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'if', '015', lTokens)
     self.solution = 'Ensure only a single space exists between the "end" and "if" keywords.'
Exemplo n.º 13
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'process', '014',
                                               lTokens)
     self.solution = 'Ensure a single space before the *is* keyword.'
Exemplo n.º 14
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'generate', '002',
                                               lTokens)
     self.solution = 'Ensure a single space between label and :.'
Exemplo n.º 15
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'instantiation', '018',
                                               lTokens)
     self.solution = 'Ensure a single space exists between "map" and (.'
Exemplo n.º 16
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'process', '025',
                                               lTokens)
     self.solution = 'Ensure a single space exists between the : and the *process* keyword.'
Exemplo n.º 17
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'function', '100',
                                               lTokens)
     self.solution = 'Ensure a single space between the keywords in the opening part of a function specification.'
Exemplo n.º 18
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'process', '024', lTokens)
     self.solution = 'Ensure a single space exists between process label and :.'
Exemplo n.º 19
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'type', '006', lTokens)
     self.solution = 'Ensure only a single space before the is keyword.'
Exemplo n.º 20
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'library', '002',
                                               lTokens)
     self.solution = 'Ensure a single space between the *library* keyword and the logical_name.'
Exemplo n.º 21
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'procedure_call',
                                               '100', lTokens)
     self.solution = 'Ensure a single space between the label, colon, *postponed* keyword and procedure_name.'
Exemplo n.º 22
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'block', '101',
                                               lTokens)
Exemplo n.º 23
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'package_body', '100',
                                               lTokens)
     self.solution = 'Ensure a single space between the package keyword and body keyword and identifier and is keyword.'
Exemplo n.º 24
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'generate', '008',
                                               lTokens)
     self.solution = 'Ensure there is only one space between the "end" and "generate" keywords.'
Exemplo n.º 25
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'library', '006',
                                               lTokens)
     self.solution = 'Ensure a single space between the *use* keyword and the selected_name.'
Exemplo n.º 26
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'generate', '013', lTokens)
     self.solution = 'Ensure there is only one space between the *generate* keyword and the label.'
Exemplo n.º 27
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'instantiation', '003',
                                               lTokens)
     self.solution = 'Ensure only one space before the :.'
Exemplo n.º 28
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'generate', '014', lTokens)
     self.solution = 'Ensure a single space exists after the label colon.'