Forum Discussion
Altera_Forum
Honored Contributor
13 years agoStratix II ES180 board, help me with DAC output
Hi all, I am in trouble with ADC module. I try to code a very simple code: module dac_test( input clk, output [13:0] dac ); assign dac = 14'b11110001010110; endmodule...
Altera_Forum
Honored Contributor
13 years agothis is the on-board DAC, so I think that I just input the digital signal and input the clock and I will get the analog signal.
the schematic of on-board DAC 904, you can check for me at: http://embdev.net/attachment/174974/dac904.png