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

Modem-QPSK Transmitter Compilation Error in MATLAB R2020a #34

Open
sunipkm opened this issue Jul 27, 2020 · 2 comments
Open

Modem-QPSK Transmitter Compilation Error in MATLAB R2020a #34

sunipkm opened this issue Jul 27, 2020 · 2 comments

Comments

@sunipkm
Copy link

sunipkm commented Jul 27, 2020

The transmitter HDL fails to compile with an error where uint64 is written into embedded.fi {uint64} type, an issue not present in MATLAB R2019b.

Diagnostic:
This assignment writes a 'uint64' value into a 'embedded.fi {uint64}' type. Code generation does not support changing types through assignment. Check preceding assignments or input type specifications for type mismatches.

Function 'Transmitter HDL/DMA Interface/DMA Control' (#127.2966.2976), line 90, column 13:
"wordBuffer"

Fix: Initialize the wordBuffer variable with a fixdt(0,64,0,0) so that there is no type mismatch further down in the code.

@tfcollins
Copy link
Collaborator

tfcollins commented Jul 27, 2020

Thanks for reporting. We are still in the process of updating everything to R2020a. Demos are last.

-Travis

@sunipkm
Copy link
Author

sunipkm commented Jul 28, 2020

Should I make the change in the demos and submit a pull request?

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