Exemple #1
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'port', '001', 'isPortKeyword')
     self.solution = 'Remove blank lines above "port" keyword.'
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'entity', '016',
                                            'isEndEntityDeclaration')
     self.solution = 'Remove blank line(s) above "end entity" keywords.'
Exemple #3
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'library', '007',
                                            'isLibraryUse')
     self.solution = 'Remove blank line(s) above "use" keyword.'
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'port', '024', 'isEndPortMap')
     self.solution = 'Remove blank lines above ); keyword.'
Exemple #5
0
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'generic', '001',
                                            'isGenericKeyword')
     self.solution = 'Remove blank lines above "generic" keyword.'
Exemple #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.'
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'generic', '019',
                                            'isEndGenericMap')
     self.solution = 'Remove blank lines above ); keyword.'
 def __init__(self):
     remove_blank_lines_above_rule.__init__(self, 'component', '016',
                                            'isComponentEnd')
     self.solution = 'Remove blank line(s) above "end component" keywords.'