Hi Experts,
I have been working on a GPMC(AAD) to Wishbone interface module to extend the addressing space. I have a prototype working in synchronous mode with optional burst capability. I would like to contribute it to the project but I could not find any guide in the Wiki or the Forums (I apologize if I missed it). Is there a patch review process? How could I submit my modules? Github PR?
Thanks,
JC
Comments
I used the wishbone wrapper as a reference, but the implementation is quite different, so I do not think we can merge both modules in a generic wrapper. Good news is that the interface is compatible with the standard wishbone wrapper, so just adding an _aad suffix to the component instance in the top module will do it (and of course adjust the address bus width). Maybe I can fork the logi-hard repo on Github and push my branch there so you can review it? I can also provide the kernel patches to the GPMC driver and device tree (they are based on v3.14).
Thanks,
JC
Thanks,
JC
Thanks,
JC
https://github.com/fpga-logi/logi-hard/pull/4
Thanks,
JC
What hardware yo are using, can you please share the specifications of each and every component?
Also please share the full details of your modules.
Try to upload the Firmware if you can.