Pergunta

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.

Foi útil?

Solução

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

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top