an IOMMU is needed for security of I/O
https://github.com/pulp-platform/axi_rab implements software-controlled iommu
I tried to convert the first .sv file in the repo and I was surprised that no error occured.
(In reply to Tobias Platen from comment #2) > I tried to convert the first .sv file in the repo and I was surprised that > no error occured. wow, cool! that is really good news.
now I have converted 3 of 23 files, semiautomatically
(In reply to Tobias Platen from comment #4) > now I have converted 3 of 23 files, semiautomatically fantastic. the only thing to watch out for, tobias, is that due to patenr issues we decided not to use AXI4. this code is therefore going to need converting to wishbone. do bear that in mind, where to focus efforts on the conversion