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) |
||
---|---|---|
.. | ||
actorlib | ||
bank | ||
bus | ||
fhdl | ||
flow | ||
genlib | ||
sim | ||
test | ||
util | ||
__init__.py |