Problem description: when building the testbenches that rely on the DMAC IP, at the building phase, the interfaces are built for the IP, and then the simulation runs. When running the simulation with make again, the interfaces and the DMAC IP is rebuilt. If nothing changes for the DMAC IP or any of its dependencies, nothing should be rebuilt. When opening the built testbench block design, Vivado gives a warning that it cannot find the interface definition.
PR Type
[x] Bug fix (change that fixes an issue)
[ ] New feature (change that adds new functionality)
[ ] Breaking change (has dependencies in other repos or will cause CI to fail)
PR Checklist
[x] I have followed the code style guidelines
[x] 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
[x] I have signed off all commits from this PR
[ ] I have updated the documentation (wiki pages, ReadMe files, Copyright etc)
[x] I have not introduced new Warnings/Critical Warnings on compilation
[ ] I have added new hdl testbenches or updated existing ones
PR Description
Updated interface pathing for axi_dmac.
Problem description: when building the testbenches that rely on the DMAC IP, at the building phase, the interfaces are built for the IP, and then the simulation runs. When running the simulation with make again, the interfaces and the DMAC IP is rebuilt. If nothing changes for the DMAC IP or any of its dependencies, nothing should be rebuilt. When opening the built testbench block design, Vivado gives a warning that it cannot find the interface definition.
PR Type
PR Checklist