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

<< seems buggy #165

Open
whitequark opened this issue Nov 22, 2018 · 2 comments
Open

<< seems buggy #165

whitequark opened this issue Nov 22, 2018 · 2 comments

Comments

@whitequark
Copy link
Contributor

E.g.:

s = Signal(max=8)
self.comb += s.eq(1)
(s << 3) # produces 0
(s * 8) # produces 8
@whitequark whitequark added the bug label Nov 22, 2018
@sbourdeauducq
Copy link
Member

Produces where? Simulation? Do you have a full repro?

@whitequark
Copy link
Contributor Author

Synthesis with Diamond. I'll need to minimize a repro.

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

No branches or pull requests

2 participants