예제 #1
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'port', '001', 'isPortKeyword')
     self.solution = 'Remove blank lines above "port" keyword.'
예제 #2
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'entity', '016',
                                            'isEndEntityDeclaration')
     self.solution = 'Remove blank line(s) above "end entity" keywords.'
예제 #3
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'library', '007',
                                            'isLibraryUse')
     self.solution = 'Remove blank line(s) above "use" keyword.'
예제 #4
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'port', '024', 'isEndPortMap')
     self.solution = 'Remove blank lines above ); keyword.'
예제 #5
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'generic', '001',
                                            'isGenericKeyword')
     self.solution = 'Remove blank lines above "generic" keyword.'
예제 #6
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'if', '007',
                                            'isElseIfKeyword',
                                            'isEndCaseKeyword')
     self.solution = 'Remove blank line(s) before the "elsif" keyword.'
예제 #7
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'generic', '019',
                                            'isEndGenericMap')
     self.solution = 'Remove blank lines above ); keyword.'
예제 #8
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'component', '016',
                                            'isComponentEnd')
     self.solution = 'Remove blank line(s) above "end component" keywords.'