Mini project on BARREL SHIFTER

Published on Apr 23 2010 // Electronics, Projects
Mini project on BARREL SHIFTER
ABSTRACT A barrel shifter is a digital circuit that can shift a data word by a specified number of bits in one clock cycle. It can be implemented as a sequence of multiplexers (MUX), and in such an implementation the output of one MUX is connected to the input of the next MUX in a way that depends on...

Mini project on DESIGN OF HAMMING CODE USING VERILOG HDL

Published on Apr 23 2010 // Electronics, Projects
Mini project on DESIGN OF HAMMING CODE USING VERILOG HDL
Abstract Aim: To design and develop Hamming code (11, 7, 1) using Verilog Hardware Description Language. Objectives: 1. Logical design of hamming code. 2. Behavioral/RTL modeling of Design blocks 3. Design of stimulus modules to test the functionality of Design. 4. Synthesize design to extract Gate level...