Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delay has wrong scale factor in __repr__ #56

Closed
nmigen-issue-migration opened this issue Mar 25, 2019 · 0 comments
Closed

Delay has wrong scale factor in __repr__ #56

nmigen-issue-migration opened this issue Mar 25, 2019 · 0 comments
Labels
Milestone

Comments

@nmigen-issue-migration
Copy link

Issue by programmerjake
Monday Mar 25, 2019 at 03:27 GMT
Originally opened as m-labs/nmigen#49


10e6 is incorrect since 10e6 is 10.0*10^6 not 10^6.

https://github.com/m-labs/nmigen/blob/40273178352d9b1186127c2b73866ad1cb0c3a7c/nmigen/hdl/ast.py#L987

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant