-
Notifications
You must be signed in to change notification settings - Fork 354
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
run_fpga command does not work properly for me #201
Comments
When running in the testbench, the VGA signals aren't going to show anything interesting. That module is usually disabled, and, when it is not, the simulation doesn't run long enough to display interesting data, as will spend many cycles in the vblank (that module exists just to debug the memory transactions). As for the other issues: these are very strange. To start out, have you made any changes to the code (could you do a quick 'git diff' to check)? Which version of the Quartus tools are you using? |
Thanks for reply,
|
Ah, thanks.
|
Closing, as this is an unsupported configuration. |
Thank you, for your help Sir. |
Sorry there wasn't a better answer. |
Hey sir,
I synthesized the project from terminal and programmed it via quartus gui(could not do it via terminal), after that when I try ./run_fpga for different tests I just get yellow and white colors with no motion. The tests I have done are :
*NyuziProcessor/software/apps/plasma/run_fpga : I get the steady image below with no motion
Is there any suggestion about how to resolve these problems ?
Thank you.
The text was updated successfully, but these errors were encountered: