Esempio n. 1
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'component', '002',
                                      'isComponentDeclaration', 'component')
     self.solution = 'Remove extra spaces after "component" keyword.'
Esempio n. 2
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'entity', '011',
                                      'isEndEntityDeclaration', 'end')
     self.solution = 'Reduce spaces after "end" keyword to one.'
Esempio n. 3
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'if', '003', 'isIfKeyword', 'if')
     self.solution = 'Ensure only a single space exists between the "if" keyword and the (.'
Esempio n. 4
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'file', '003', 'isFileKeyword', 'file')
     self.solution = 'Ensure a single space after the "file" keyword.'
Esempio n. 5
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'library', '006',
                                      'isLibraryUse', 'use')
     self.solution = 'Remove extra spaces after "use" keyword.'
Esempio n. 6
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'case', '006',
                                      'isEndCaseKeyword', 'end')
     self.solution = 'Ensure a single space exists between the "end" and "case" keywords.'
Esempio n. 7
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'type', '003', 'isTypeKeyword',
                                      'type')
Esempio n. 8
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'process', '007',
                                      'isEndProcess', 'end')
     self.solution = 'Ensure there are only one space between the "end" and "process" keywords.'
Esempio n. 9
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'architecture', '012',
                                      'isEndArchitecture', 'end')
     self.solution = 'Single space between "end" and "architecture" keywords.'
Esempio n. 10
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'case', '002', 'isCaseKeyword',
                                      'case')
     self.solution = 'Ensure a single space exists after the "case" keyword.'
Esempio n. 11
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'function', '002',
                                      'isFunctionKeyword', 'function')
     self.solution = 'Ensure a single space exists between the "function" keyword and the function name.'
Esempio n. 12
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'attribute', '003',
                                      'isAttributeKeyword', 'attribute')
     self.solution = 'Ensure a single space after the "attribute" keyword.'
Esempio n. 13
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'entity', '002',
                                      'isEntityDeclaration', 'entity')
     self.solution = 'Remove extra spaces after entity keyword.'
Esempio n. 14
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'generic', '003',
                                      'isGenericKeyword', 'generic')
     self.solution = 'Change spacing between "generic" and "(" to one space.'
Esempio n. 15
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'component', '011',
                                      'isComponentEnd', 'end')
     self.solution = 'Reduce spaces after "end" keyword to one.'
Esempio n. 16
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'case', '004', 'isCaseWhenKeyword', 'when')
     self.solution = 'Ensure a single space exists after the "when" keyword.'
Esempio n. 17
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'signal', '003', 'isSignal', 'signal')
Esempio n. 18
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'constant', '003', 'isConstant',
                                      'constant')
Esempio n. 19
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'generate', '008',
                                      'isGenerateEnd', 'end')
     self.solution = 'Ensure there is only one space between the "end" and "generate" keywords.'
Esempio n. 20
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'generate', '013',
                                      'isGenerateEnd', 'generate')
     self.solution = 'Ensure there is only one space between the "generate" keyword and the label.'
Esempio n. 21
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'variable', '003', 'isVariable',
                                      'variable')
     self.solution = 'Remove all but one space after the "variable" keyword.'
Esempio n. 22
0
 def __init__(self):
     single_space_after_rule.__init__(self, 'type', '007', 'isTypeKeyword',
                                      'is')
     self.solution = 'Ensure a single space after the "is" keyword.'