pluto_hdl_adi/library/axi_ad9144
Lars-Peter Clausen 97083a9766 axi_ad9144: 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 the right side expression of the
tx_data assigment is always 256 bits. This generates an implicit truncating
warning if the tx_data signal itself is only 128 bits.

To avoid this slightly reformulate the expression to yield the correct
width depending on the configuration.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2017-08-01 15:20:42 +02:00
..
Makefile Makefile: Update Makefiles for libraries 2017-03-30 18:33:22 +03:00
axi_ad9144.v axi_ad9144: Avoid implicit signal truncation warning 2017-08-01 15:20:42 +02:00
axi_ad9144_channel.v license: Add some clarification to the header license 2017-05-31 18:18:56 +03:00
axi_ad9144_constr.xdc axi_ad9144: Added CDC and reset constraints 2015-04-23 10:19:43 +03:00
axi_ad9144_core.v license: Add some clarification to the header license 2017-05-31 18:18:56 +03:00
axi_ad9144_hw.tcl Remove executable flag from non-executable files 2017-07-28 17:56:07 +02:00
axi_ad9144_if.v license: Add some clarification to the header license 2017-05-31 18:18:56 +03:00
axi_ad9144_ip.tcl library: Delete all adi_ip_constraint process call 2017-04-06 12:36:47 +03:00