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