Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIf your FPGA output is q[7:0], and signal before DAC is DAC_DA[13:0], try this----------
DAC_DA[13:0]={1'b0, ~q[7], q[6:0], 5'b00000} ---------------------------------------------- I contect with technical support of THDB-ADA board. They said this board does not support DC output. I think maybe that means, if you want to get a rectangle like waveform, the shape of that will degrade or change.