-
Notifications
You must be signed in to change notification settings - Fork 74
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
Is this only for PCIe connection or could be connected to AXI buses (on Zynq) directly? #1
Comments
I just started investigating this project and am also interested in running it on non-PCI based FPGAs. |
I was able to get started on version 1 of the project here: https://bitbucket.org/hsharma35/dnnweaver.public It actually creates a vivado project for the network. I was able to synthesize for my FPGA. I'm currently trying to figure out the petalinux part to actually run the project. |
@ctarver I also do this. But I encountered a problem when I simulated this project. The pu_controller_bin.vh file is generated by compiler. |
@ctarver I was able to get the design on my FPGA as well, but I was unable to get it functioning. Petalinux would completely crash every time I tried to communicate with the design. I'm a complete beginner at this and was unable to debug this issue in depth but it seemed like it was violating AXI protocols in some way. I hope you're able to take it further! |
dnnweaver2.0 running environment how to build? This problem has been bothering me for a few weeks. Could you help me? Thanks very much. |
@Pe3ucTop The Verilog for the project should be portable to any platform like the Zynq SoC or to other vendors like intel's FPGAs. |
@ctarver I haven't tried this myself. We basically need the following interfaces:
You won't need to change any RTL for this. If the FPGA doesn't have enough resources, you can reduce the systolic array dimensions from the 32x32 default value to 16x16 or 8x8. |
Thanks for the feedback. I hope to be able to look into this eventually. For the moment, I'm sticking with version 1 of the dnnweaver since it seems to be more ready to deploy on something like a zedboard. I'm trying to fill in the gaps in the instructions specifically regarding petalinux. I'll be reporting back my progress and steps that way the larger community can hopefully benefit from them. |
@ctarver Have you made any progress with DnnWeaver 1? I'm attempting to do the same with a Zynq-7000 board, but have run into some issues along the way. Particularly with initializing the accelerator program and loading the weights/biases and input data. |
@cbrl I haven't looked at this any further. We moved on to use the Xilinx DNNDK tools. I may circle back around to try DNNWeaver eventually. |
Okay, thanks. DNNDK looks pretty interesting. |
Nice work |
Hello,
I'm trying implement this on Zynq Ultrascale with directly connecting to AXI buses.
Do it need additional changes in design to accept such connection?
Did you tried such implementation ?
What changes need be done to driver ?
Is it possible to decrease FPGA resource usage (at least 2 times) and which parameters affect it mostly?
The text was updated successfully, but these errors were encountered: