I am currently doing a project with a LOGi-Pi and I am interested in using the source code to find the uses and code regarding the inputs and outputs of this hardware. Does anyone have knowledge of this or any useful links that could help me out?
Probably the best place to get started is with the "logi-wishbone" project that is in the logi-projects repository on github: https://github.com/fpga-logi/logi-projects
You can run the "wishbone" project which is part of the logi-apps in case you get stuck at any point.
This should allow you to get familiar with using the wishbone interface and logi-tools to access the IO on the FPGA.
From here you either start writing your own code that can interface with the wishbone bus or you can use skeleton editor valentfx.com/skeleton where you can configure and download your own configured projects with support from many of the available skeleton library components.
Comments