Esempio 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.'
Esempio 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.'
Esempio 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 :=.'
Esempio 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.'
Esempio 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.'
Esempio 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.'
Esempio 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.'
Esempio 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.'
Esempio 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 (.'
Esempio 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 (.'
Esempio 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.'
Esempio 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.'
Esempio 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.'
Esempio 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 :.'
Esempio 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 (.'
Esempio 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.'
Esempio 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.'
Esempio 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 :.'
Esempio 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.'
Esempio 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.'
Esempio 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.'
Esempio n. 22
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'block', '101',
                                               lTokens)
Esempio 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.'
Esempio 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.'
Esempio 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.'
Esempio 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.'
Esempio n. 27
0
 def __init__(self):
     single_space_between_token_pairs.__init__(self, 'instantiation', '003',
                                               lTokens)
     self.solution = 'Ensure only one space before the :.'
Esempio 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.'