コード例 #1
0
ファイル: rule_003.py プロジェクト: imd1/vhdl-style-guide
 def __init__(self):
     Depricated.__init__(self, 'signal', '003')
     self.message.append('Rule ' + self.unique_id + ' has been replaced with the following rules:')
     self.message.append('  function_015')
     self.message.append('  package_019')
     self.message.append('  procedure_010')
     self.message.append('  architecture_029')
コード例 #2
0
 def __init__(self):
     Depricated.__init__(self, 'instantiation', '011')
     self.message.append('Rule ' + self.unique_id +
                         ' has been renamed to port_map_002.')
コード例 #3
0
ファイル: rule_013.py プロジェクト: imd1/vhdl-style-guide
 def __init__(self):
     Depricated.__init__(self, 'instantiation', '013')
     self.message.append('Rule ' + self.unique_id + ' has been renamed to rule generic_map_001.')
コード例 #4
0
 def __init__(self):
     Depricated.__init__(self, 'function', '003')
     self.message.append('Rule ' + self.unique_id +
                         ' has been merged into function_100.')
コード例 #5
0
 def __init__(self):
     Depricated.__init__(self, 'attribute', '002')
     self.message.append('Rule ' + self.unique_id + ' has been superceeded by attribute_declaration_500 and attribute_specification_500.')
コード例 #6
0
ファイル: rule_024.py プロジェクト: imd1/vhdl-style-guide
 def __init__(self):
     Depricated.__init__(self, 'instantiation', '024')
     self.message.append('Rule ' + self.unique_id +
                         ' has been split into rules:')
     self.message.append('  generic_map_008')
     self.message.append('  rule port_map_005')