Exemple #1
0
 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')
Exemple #2
0
 def __init__(self):
     Depricated.__init__(self, 'instantiation', '011')
     self.message.append('Rule ' + self.unique_id +
                         ' has been renamed to port_map_002.')
Exemple #3
0
 def __init__(self):
     Depricated.__init__(self, 'instantiation', '013')
     self.message.append('Rule ' + self.unique_id + ' has been renamed to rule generic_map_001.')
Exemple #4
0
 def __init__(self):
     Depricated.__init__(self, 'function', '003')
     self.message.append('Rule ' + self.unique_id +
                         ' has been merged into function_100.')
Exemple #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.')
Exemple #6
0
 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')