Beispiel #1
0
 def __init__(self):
     line_below_rule.__init__(self, 'process', '011', 'isEndProcess')
Beispiel #2
0
 def __init__(self):
     line_below_rule.__init__(self)
     self.name = 'component'
     self.identifier = '018'
     self.condition = 'isComponentEnd'
Beispiel #3
0
 def __init__(self):
     line_below_rule.__init__(self, 'case', '010', 'isEndCaseKeyword')
Beispiel #4
0
 def __init__(self):
     line_below_rule.__init__(self, 'generate', '003', 'isGenerateEnd')
Beispiel #5
0
 def __init__(self):
     line_below_rule.__init__(self, 'if', '030', 'isLastEndIf')
     self.solution = 'Add a blank line after the "end if"'
Beispiel #6
0
 def __init__(self):
     line_below_rule.__init__(self, 'package', '011', 'isPackageKeyword')
Beispiel #7
0
 def __init__(self):
     line_below_rule.__init__(self, 'case', '008', 'isCaseIsKeyword')
Beispiel #8
0
 def __init__(self):
     line_below_rule.__init__(self)
     self.name = 'instantiation'
     self.identifier = '019'
     self.condition = 'isInstantiationPortEnd'
Beispiel #9
0
 def __init__(self):
     line_below_rule.__init__(self, 'process', '022', 'isProcessBegin')
Beispiel #10
0
 def __init__(self):
     line_below_rule.__init__(self, 'architecture', '017',
                              'isArchitectureBegin')
Beispiel #11
0
 def __init__(self):
     line_below_rule.__init__(self, 'architecture', '015',
                              'isArchitectureKeyword')
Beispiel #12
0
 def __init__(self):
     line_below_rule.__init__(self, 'function', '007', 'isFunctionEnd')
Beispiel #13
0
 def __init__(self):
     line_below_rule.__init__(self, 'type', '011', 'isTypeEnd')