-import warnings
-
from migen.fhdl.structure import *
from migen.fhdl.module import Module
from migen.fhdl.tools import insert_reset, rename_clock_domain
else:
return self.wrap_class(victim)
- @classmethod
- def adhoc(cls, i, *args, **kwargs):
- warnings.warn("deprecated, use the plain transformer", DeprecationWarning, 2)
- return cls(*args, **kwargs)(i)
-
-
-def DecorateModule(transformer, *args, **kwargs):
- warnings.warn("deprecated, use the plain transformer", DeprecationWarning, 2)
- return transformer.__self__(*args, **kwargs)
-
class ControlInserter(ModuleTransformer):
control_name = None # override this