You are Browsing source-code » vhdl

16QAM Modulation VHDL Source Code

VHDL source code for 16QAM modulation implementation. Includes entity and architecture declarations for QAM modulation.

vhdl
modulation
source code

1x8 Demultiplexer VHDL Source Code

VHDL source code for a 1x8 demultiplexer (DEMUX) implementation. Includes code and related VHDL resources.

vhdl
demultiplexer
source code

3-to-8 Decoder VHDL Source Code

VHDL source code for a 3-to-8 decoder implementation, demonstrating a basic digital logic circuit.

vhdl
decoder
source code

4-Bit Braun Multiplier VHDL Code

VHDL source code implementation of a 4-bit Braun multiplier, commonly used in digital signal processing and computer arithmetic.

vhdl
multiplier
braun

8-to-3 Encoder VHDL Source Code

VHDL source code for an 8-to-3 encoder implementation, demonstrating a simple combinational logic circuit.

vhdl
encoder
source code
8-to-3 Priority Encoder VHDL Code

8-to-3 Priority Encoder VHDL Code

VHDL implementation of an 8-to-3 priority encoder, including the block diagram, truth table, and the complete VHDL code.

vhdl
encoder
priority
ADC DAC Interfacing with FPGA using VHDL

ADC DAC Interfacing with FPGA using VHDL

Explore ADC DAC interfacing with FPGA, including VHDL code examples for reading data from ADC to receive and writing data to DAC for transmit.

adc dac
fpga
vhdl code

Any Sequence Counter VHDL Code

VHDL source code for an 'Any Sequence Counter', including code snippet and useful links to VHDL and Verilog resources.

vhdl
sequence counter
digital logic
Barrel Shifter VHDL Code and Test Bench

Barrel Shifter VHDL Code and Test Bench

VHDL code for a Barrel Shifter is presented, along with a test bench and simulation/synthesis results using ModelSIM and Leonardo Spectrum.

vhdl
barrel shifter
test bench