-
Notifications
You must be signed in to change notification settings - Fork 42
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
problem with hardware emulation of Mandelbrot Application #75
Comments
Unfortunately, there isn't really anyone actively maintaining this framework at the moment (and I don't know of a good replacement). So you'd have to do some debugging. AWS and Xilinx have been known to release breaking changes (not that this is necessarily the issue). |
...oh, and the socket should come up fine. This has been working in the past. |
Thank you for your response.
It seems that the code is not completely developed, there is still work to be done. I can't understand how it is possible that it worked. What am I missing? Best Regards |
I was able to execute the commands from the GettingStarted and launch mandelbrot successfully, so I'm not sure what the issue might be. This was on Ubuntu 20.04.5 LTS. Make sure you clone from github.com/osfpga, not github.com/stevehoover as was stated in the instructions. I've pushed an update for this, though, I don't believe this addresses your issue. I'm running python3 - 3.8.10. |
Hello,
Hardware Emulation of Mandelbrot Application does not work because there is no socket between the web server and the host application. As indicated in the framework/build/launch file this is still to be done. Has the problem been solved? It is possible to connect to the web server but nothing more.
MandelbrotLog.txt
Attached file, the generated log from make TARGET=hw_emu launch on amazon development instance
The text was updated successfully, but these errors were encountered: