-
Notifications
You must be signed in to change notification settings - Fork 369
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
make fpga error for xilinx #168
Comments
what platform you use? |
x86 below is lscpu
below is a snippet from makefile
|
seems no big issue, and u may run sw_emu first. |
what do you mean no big issue? Are you saying that I should make with sw_emu first and then do hw_emu? |
Yes. I run sw_eni successfully but failed in he |
I'm confused. are you saying you're having the same issue? I am also failing on make hw_emu after running sw_emu |
Yes, u May check #165 |
update on this issue: I actually think it has something to do with the ifdef statements. I switched to VGG and for some reason had to manually comment out the stream variables corresponding to the resnet model for things to compile properly. additionally, the config file needs to be modified when you switch networks as well. I hope this can be helpful to others, but I also hope these issues will be worked out in a future commit |
Thanks much. Could you provide modified codes to help us? |
For xilinx platform, only VGG is supported now. |
Yes I will add them all here soon. |
Hi, I encounter a problem about Memwr. When I run this .exe, the system is no response at Kernel MemWr for long time. Do u know how to solve it? It seems no feedback from device |
I didn't encounter this error so I'm unsure. I also used the u50 board. It seems you have jumped over all the other compilation hurdles, though. Anyways, I'll outline the changes I had to make to make VGG compile and run (at least for hardware emulation). If you are using the default makefile provided, you shouldn't need to make any changes other than the following for the makefile (also just change the flag from sw_emu to your desired setting as specified in the user instructions).
change to
The config file: The code: In memWrite.cpp
Change to
I am unsure why these have to specifically be commented out. If I didn't, I got some invalid port errors. Under project_xilinx/host In main_aoc.cpp The user defined library paths are incorrect
change to
hope this helps some people, hopefully i didnt miss anything |
How did you solve this problem? I also encountered this problem |
OS: Ubuntu 18.04.6 LTS (Bionic Beaver)
The text was updated successfully, but these errors were encountered: