Frage

I am trying to output sound on a FPGA through its stereo out. In Verilog I've declared "stereo" as an output and have some code to generate sound. However, I cannot find the pin assignments for the stereo out to assign to "speaker".

I'm using DE2i-150 FPGA Development Kit.

War es hilfreich?

Lösung

Yours Board's FPGA Doesn't have any circuit to play music so it uses an Audio codec to do this job. It must be noted that the board contain Audio CODEC "Realtek ALC272VA3-GR" therefore its gives sound so i think you first see the connection of this IC(Audio codec) to your FPGA,then give input to those pin which connect to this Codec IC.

The link to your Audio Codec Datasheet is here

Andere Tipps

The board has an audio output and audio codec, however these are connected to the Atom CPU and not the FPGA.

You could transfer the audio to the CPU and have the CPU play the audio, or add an extra DAC expansion board. Another option (if high fidelity isn't needed) would be to do a PWM output from the FPGA, and low-pass that.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top