Go To Experiment: 1 2 3 4 5 6 7 8

Experiment 1: (Design and Simulation of boolean functions using Verilog HDL. Hardware implementation of a Boolean function in sum of products and product of sums expressions using universal gates.)

RTL Schematic:

exp 1 rtl schematic

Testbench Simulation:

exp 1 testbench

Experiment 2:(Design and Simulation of Full Adder circuit using Verilog HDL. Hardware implementation of Full Adder circuit using logic gates.)

RTL Schematic:

exp 2 rtl schematic

Testbench Simulation:

exp 2 testbench

Experiment 3:(Design and Simulation of 3 line to 8 line active high decoder using Verilog HDL.Realization of 3 variable Boolean function using active low decoder)

RTL Schematic:

exp 3 rtl schematic

Testbench Simulation:

exp 3 tb

Experiment 4:(Design and Simulation of 8-to-1-line Multiplexer using Verilog HDL. Generation of 4 variable logic function using 8-to-1-line Multiplexer)

RTL Schematic:

exp 4 rtl schematic

Testbench Simulation:

exp 4 tb

Experiment 5:(Design and simulate JK flip-flop and D flip-flop using Verilog behavioral modeling. Designing of JK flip-flop using D flip-flop and 2X1 Multiplexer.)

RTL Schematic:

exp 5 rtl schematic

Testbench Simulation:

exp 5 tb

Experiment 6:(Design and simulation of modulo counter using Verilog behavioral modeling. Design modulo counter using JK flip-flops.)

RTL Schematic:

exp 6 rtl schematic

Testbench Simulation:

exp 6 tb

Experiment 7:(Design and simulation of a pseudo random sequence generator in Verilog. Implementation of pseudo random sequence generator using shift register)

RTL Schematic:

exp 7 rtl schematic

Testbench Simulation:

exp 7 tb

Experiment 8:(Design and simulation of a finite state machine in Verilog to detect a given sequence of bits)

RTL Schematic:

exp 8 rtl schematic

Testbench Simulation:

exp 8 tb