analogdevicesinc / hdl

HDL libraries and projects
https://wiki.analog.com/resources/fpga/docs/hdl
Other
1.53k stars 1.52k forks source link

axi_dmac: Updated framelock interface pathing in Makefile #1525

Closed IstvanZsSzekely closed 2 days ago

IstvanZsSzekely commented 2 days ago

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

IstvanZsSzekely commented 2 days ago

Removed quiet.mk