Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self):
case_rule.__init__(self, 'process', '009', 'isEndProcess')
self.solution = 'Change "process" keyword to '
def __init__(self):
case_rule.__init__(self, 'entity', '004', 'isEntityDeclaration')
self.solution = 'Change "entity" keyword to '
def __init__(self):
case_rule.__init__(self, 'instantiation', '011', 'isInstantiationPortAssignment')
self.solution = 'Change port name to '
def __init__(self):
case_rule.__init__(self, 'instantiation', '027', 'isDirectInstantiationDeclaration')
self.solution = 'Change "entity" keyword to '
def __init__(self):
case_rule.__init__(self, 'instantiation', '006', 'isInstantiationPortKeyword')
self.solution = 'Change "port map" keywords to '
def __init__(self):
case_rule.__init__(self, 'constant', '002', 'isConstant')
self.solution = 'Change "constant" keyword to '
def __init__(self, name='signal', identifier='004'):
case_rule.__init__(self, 'signal', '004', 'isSignal')
self.solution = 'Change signal identifiers name to '
def __init__(self):
case_rule.__init__(self, 'variable', '004', 'isVariable')
self.solution = 'Change variable identifiers name to '
def __init__(self):
case_rule.__init__(self, 'variable', '010', 'isVariable')
self.solution = 'Change variable type name to '
def __init__(self):
case_rule.__init__(self, 'generic', '007', 'isGenericDeclaration')
self.solution = 'Change generic name to '