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 agoyes..the same DAC904, however, in the Stratix II board, the output of DAC is Current, and In the Stratix board, the DAC output is VOLTAGE. the way they drive them.. I think..
special thank to you, ^^