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 agoThank for your help.
The input of DAC is 14bit parallel. and after a clock, I will get the analog output level correspondent with 14bit input value. am I right? So, in the code, I put a parallel 14bit signal "dac" in 14 pin of DAC, and I will get the serial output analog but I dont know how to check it by oscilloscope...I tried but I didnot get desired analog output