Combinational loop between axilite_to_memport and pulp axi_to_axi_lite
When connecting directly axilite_to_memport with axi_to_axi_lite from pulp repo, there is a combinational loop that may cause FPGA compilation fail. However, simulation works correctly.
The specific path of the loop is unknown. One possible solution (not tested) is to add an axi_cut from pulp between both modules. This adds registers between the modules, so it should break all loops.