On linux, some rework to the cora dtsi is required to load the fpga axi as an overlay, since we will defer loading the bitsream moving forward.
And existing merged dts?
PR Type
[ ] Bug fix (change that fixes an issue)
[X] New feature (change that adds new functionality)
[x] Breaking change (has dependencies in other repos or will cause CI to fail)
PR Checklist
[ ] I have followed the code style guidelines
[ ] I have performed a self-review of changes
[ ] I have compiled all hdl projects and libraries affected by this PR
[ ] I have tested in hardware affected projects, at least on relevant boards
[ ] I have commented my code, at least hard-to-understand parts
[ ] I have signed off all commits from this PR
[ ] I have updated the documentation (wiki pages, ReadMe files, Copyright etc)
[ ] I have not introduced new Warnings/Critical Warnings on compilation
[ ] I have added new hdl testbenches or updated existing ones
PR Description
Adds an AXI IIC Controller to the common project to be used mostly to read the EVB EEPROM.
On linux, some rework to the cora dtsi is required to load the fpga axi as an overlay, since we will defer loading the bitsream moving forward. And existing merged dts?
PR Type
PR Checklist