pulp-platform / carfield

A mixed-criticality platform built around Cheshire, with a number of safety/security and predictability features. Ready-to-use FPGA flow on multiple boards is available.
Other
65 stars 11 forks source link

Analyze AXI to AXILite conversion #13

Open alex96295 opened 1 year ago

alex96295 commented 1 year ago
yvantor commented 11 months ago

It should be in the main branch now https://github.com/pulp-platform/axi/blob/master/src/axi_lite_dw_converter.sv

mattsini1 commented 10 months ago

I am jumping in and inform you that I found the following behavior in it. Basically, I can W/R the mailbox addressing it only using 32-bit instructions; otherwise, the mailbox is never addressed because the requests never reach it. Something happens between the data width converter and the axi to axi-lite. Need to deep investigate it.