pluto_hdl_adi/library/util_rfifo
Lars-Peter Clausen 2b914d33c1 Move Altera IP core dependency tracking to library Makefiles
Currently the individual IP core dependencies are tracked inside the
library Makefile for Xilinx IPs and the project Makefiles only reference
the IP cores.

For Altera on the other hand the individual dependencies are tracked inside
the project Makefile. This leads to a lot of duplicated lists and also
means that the project Makefiles need to be regenerated when one of the IP
cores changes their files.

Change the Altera projects to a similar scheme than the Xilinx projects.
The projects themselves only reference the library as a whole as their
dependency while the library Makefile references the individual source
dependencies.

Since on Altera there is no target that has to be generated create a dummy
target called ".timestamp_altera" who's only purpose is to have a timestamp
that is greater or equal to the timestamp of all of the IP core files. This
means the project Makefile can have a dependency on this file and make sure
that the project will be rebuild if any of the files in the library
changes.

This patch contains quite a bit of churn, but hopefully it reduces the
amount of churn in the future when modifying Altera IP cores.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2018-04-11 15:09:54 +03:00
..
Makefile Move Altera IP core dependency tracking to library Makefiles 2018-04-11 15:09:54 +03:00
util_rfifo.v util_axis_fifo: instantiate block ram in async mode 2018-04-11 15:09:54 +03:00
util_rfifo_constr.sdc rfifo/upack- changes 2017-07-28 16:18:54 -04:00
util_rfifo_constr.xdc rfifo/upack- changes 2017-07-28 16:18:54 -04:00
util_rfifo_hw.tcl rfifo/upack- changes 2017-07-28 16:18:54 -04:00
util_rfifo_ip.tcl axi_*: Infer clock and reset signals of an IP 2018-04-11 15:09:54 +03:00