Beispiel #1
0
 def __init__(self):
     line_above_rule.__init__(self, 'generate', '004', 'isGenerateLabel')
Beispiel #2
0
 def __init__(self):
     line_above_rule.__init__(self, 'case', '007', 'isCaseKeyword', 'isComment')
Beispiel #3
0
 def __init__(self):
     line_above_rule.__init__(self, 'case', '009', 'isEndCaseKeyword')
Beispiel #4
0
 def __init__(self):
     line_above_rule.__init__(self, 'generate', '004', 'isGenerateKeyword')
Beispiel #5
0
 def __init__(self):
     line_above_rule.__init__(self)
     self.name = 'component'
     self.identifier = '003'
     self.condition = 'isComponentDeclaration'
Beispiel #6
0
 def __init__(self):
     line_above_rule.__init__(self, 'type', '010', 'isTypeKeyword')
Beispiel #7
0
 def __init__(self):
     line_above_rule.__init__(self, 'library', '003', 'isLibrary')
Beispiel #8
0
 def __init__(self):
     line_above_rule.__init__(self, 'architecture', '016',
                              'isArchitectureBegin')
Beispiel #9
0
 def __init__(self):
     line_above_rule.__init__(self, 'package', '012', 'isPackageEnd')
Beispiel #10
0
 def __init__(self):
     line_above_rule.__init__(self, 'process', '023', 'isEndProcess')
Beispiel #11
0
 def __init__(self):
     line_above_rule.__init__(self, 'entity', '003', 'isEntityDeclaration')
     self.solution = 'Add blank line above entity keyword.'
Beispiel #12
0
 def __init__(self):
     line_above_rule.__init__(self, 'architecture', '018',
                              'isEndArchitecture')
Beispiel #13
0
 def __init__(self):
     line_above_rule.__init__(self, 'architecture', '003',
                              'isArchitectureKeyword')
Beispiel #14
0
 def __init__(self):
     line_above_rule.__init__(self, 'function', '006', 'isFunctionKeyword')
Beispiel #15
0
 def __init__(self):
     line_above_rule.__init__(self)
     self.name = 'instantiation'
     self.identifier = '004'
     self.condition = 'isInstantiationDeclaration'
     self.sUnless = 'isComment'
Beispiel #16
0
 def __init__(self):
     line_above_rule.__init__(self, 'package', '003', 'isPackageKeyword')