/VHDL_Projects

In this Repo, We made Few VHDL programs and view its output on GCD

Primary LanguageVHDL

VHDL_Projects

For running the programs of VHDL, we should install these first:

  1. GHDL
  2. GTKWARE
  3. MAKE

sudo apt install ghdl gtkwave -y

sudo apt install make

In this Repo, We made Few VHDL programs and view its output on GCD

Q.No. 1. One to Eight Demultiplexer.

1:8

Q.No. 2. Two to Four Decoder.
2TO4DECODER

Q.No. 3. Two X One Multiplexer.
2x1MUx

Q.No. 4. D FlipFlop.
DFlipflop

Q.No. 5. Full Adder.

fulladder

Q.No. 6. Greatest Common Divisor.
GCD

Q.No. 7. JK FlipFlop.

jk

Q.No. 8. Least Common Multiple.

LCM

Q.No. 9. Sequence Detector of 1011.

Seq detector

Q.No. 10. Upcounter using T FlipFlop.