-
Notifications
You must be signed in to change notification settings - Fork 210
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: m-labs/migen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: aac953dd9035
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: m-labs/migen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: db76defa2a2b
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 3 commits
- 3 files changed
- 2 contributors
Commits on Apr 4, 2015
-
fhdl/decorators: make the transform logic more idiomatic
* 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)
Configuration menu - View commit details
-
Copy full SHA for 4091af6 - Browse repository at this point
Copy the full SHA 4091af6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e702fb7 - Browse repository at this point
Copy the full SHA e702fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for db76def - Browse repository at this point
Copy the full SHA db76defView commit details
There are no files selected for viewing