pluto_hdl_adi/library/util_dac_unpack
Lars-Peter Clausen 3d5ef9a8ed util_dac_unpack: Fix unpack order with 1 channel
Due to the delay between the dac_valid and the fifo_valid signal we need to
have two counters. One counter which counts the number of incoming
dac_valid signals and generates the dma_rd signal and one counter for the
offset which gets set to 0 when fifo_valid is set.

This fixes issues with the unpack order when only one channel is active.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
2014-10-10 16:26:14 +03:00
..
util_dac_unpack.v util_dac_unpack: Fix unpack order with 1 channel 2014-10-10 16:26:14 +03:00
util_dac_unpack_hw.tcl util_dac_unpack: Make number of channels and channel width configurable 2014-09-12 16:14:04 +02:00
util_dac_unpack_ip.tcl util_dac_unpack: Hide unused signals 2014-10-10 16:20:37 +03:00