pluto_hdl_adi/library/util_adcfifo
Lars-Peter Clausen 99a08a7b90 util_adcfifo: Avoid implicit signal truncation warning
The width of a ternary operator expression is the width of the wider of the
two selectable expression. This means depending on the selected DMA_RATIO
the right side expression of the dma_waddr_rel_s assignment can be up to
three bits wider than the dma_waddr_rel_s signal. This generates an
implicit truncation warning.

Slightly reformulate the expression without the use of the ternary operator
to avoid this warning.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2017-08-01 15:18:40 +02:00
..
Makefile updated makefiles 2016-12-09 23:06:41 +02:00
util_adcfifo.v util_adcfifo: Avoid implicit signal truncation warning 2017-08-01 15:18:40 +02:00
util_adcfifo_constr.sdc Remove executable flag from non-executable files 2017-07-28 17:56:07 +02:00
util_adcfifo_constr.xdc constraints: Update constraints 2017-02-24 13:43:32 +02:00
util_adcfifo_hw.tcl Remove executable flag from non-executable files 2017-07-28 17:56:07 +02:00
util_adcfifo_ip.tcl library: Delete all adi_ip_constraint process call 2017-04-06 12:36:47 +03:00