예제 #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')
예제 #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
 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
 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')