pluto_hdl_adi/library/axi_ad5766
Istvan Csomortani 9cd218eb90 up_dac_common: Increase datawidth of dac_datarate
In case of high precision devices with just a simple SPI interface
for control and data, the effective data rate can be significatly
lower than the SPI clock, and more importantly there isn't any relation
between the two clock domain.
The rate is defined by a SOT (start of transfer) generator, which
initiates a SPI transfer. Taking the fact that the generator runs
on system clock (100 MHz), and the device can require smaller rate (in kHz domain),
the 7 bit dac_datarate register is just too small.

Therefor increasing to 16 bit.
2017-04-27 11:24:08 +03:00
..
Makefile axi_ad5766: Add Makefiles for the core 2017-04-27 11:22:31 +03:00
axi_ad5766.v up_dac_common: Increase datawidth of dac_datarate 2017-04-27 11:24:08 +03:00
axi_ad5766_ip.tcl axi_ad5766: Initial commit 2017-04-27 11:16:23 +03:00
up_ad5766_sequencer.v axi_ad5766: Initial commit 2017-04-27 11:16:23 +03:00