Skip to content

Support arithmetic right shift by constant value #415

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

Closed
Scott-Young-6746 opened this issue Dec 4, 2018 · 1 comment
Closed

Support arithmetic right shift by constant value #415

Scott-Young-6746 opened this issue Dec 4, 2018 · 1 comment

Comments

@Scott-Young-6746
Copy link
Contributor

Proposed Behaviour

for any input or intermediate vector or number a, constant C and output o the following verilog should compile and output the correct BLIF.
o = a >>> C;

Current Behaviour

Current behavior causes the ODIN II compiler to exit with an unsupported message.

Possible Solution

Context

@jeanlego
Copy link
Contributor

this issue is resolved with PR #416 416

litghost added a commit to litghost/vtr-verilog-to-routing that referenced this issue Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants