11-23-2020 04:14 AM
In Verilog, how to select two DAC channels of Spartan 3e for the output. I have attached, what I have in form of v code.
12-01-2020 04:38 AM
Write to Input Register A (command = 0000) address = 0000 with one value. Write to input register B with the other value. Send the command to update all DACS command = 0001, address = 1111.
11-23-2020 05:08 AM
11-23-2020 09:16 PM
here is the DAC I am playing with
11-24-2020 02:12 AM
11-24-2020 11:13 PM
Yes. Thanks for your reply. But My DAC channels are not MUX type (see fig:untitled2), therefore I can send digital data on them simultaneously but didn't know how to use them simultaneously. So far, I am successful at sending data to one channel by using protocol given below (see fig:untitled3).
11-25-2020 01:36 AM
11-25-2020 05:26 AM
Looking at the DAC data sheet, you could write to each input register separately, then send the command to update all DACs.
11-26-2020 11:39 PM
may be it is working as MUX, as it allows only one output register to attach to the respective terminal of DAC in the UCF file
11-27-2020 04:19 AM
12-01-2020 03:21 AM
12-01-2020 04:38 AM
Write to Input Register A (command = 0000) address = 0000 with one value. Write to input register B with the other value. Send the command to update all DACS command = 0001, address = 1111.