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

sext(concat()) does not translate #178

Open
wizard97 opened this issue Feb 11, 2019 · 0 comments
Open

sext(concat()) does not translate #178

wizard97 opened this issue Feb 11, 2019 · 0 comments

Comments

@wizard97
Copy link

If you do sext(concat(a, b, c)) it will not translate. It appears nested sext()'s and concat() do not translate. The translation fails with something similar to:

E         AttributeError: 
E         Unexpected error during VerilogTranslation!
E         Please contact the PyMTL devs!
E         'Call' object has no attribute '_object'
E         
E         > <unknown>
E         
E         File:      /home/aaron/Code/pymtl-rv64gc/src/core/rtl/frontend/decode.py
E         Model:     Decode_0x32fcb92d0a0d639a
E         Function:  handle_imm
E         Line:      ~125

../../../vc/git-hub/cornell-brg/pymtl/pymtl/tools/translation/verilog_behavioral.py:106: AttributeError
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

1 participant