4091af69fd
* the transformers work on classes and instances. you can now do just do: @ResetInserter() @ClockDomainRenamer({"sys": "new"}) class Foo(Module): pass or: a = ResetInserter()(FooModule()) * the old usage semantics still work * the old DecorateModule is deprecated, ModuleDecorator has been refactored into ModuleTransformer (because it not only decorates things) |
||
---|---|---|
.. | ||
__init__.py | ||
bitcontainer.py | ||
decorators.py | ||
edif.py | ||
module.py | ||
namer.py | ||
simplify.py | ||
specials.py | ||
std.py | ||
structure.py | ||
tools.py | ||
tracer.py | ||
verilog.py | ||
visit.py |