Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

16 bit barrel shifter using 16 1 mux and also using case statements

Status
Not open for further replies.

Anand Bhattar

Newbie level 1
Joined
Mar 13, 2011
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,289
Design a barrel shifter for 16 bit words in VHDL. This barrel shifter is capable of
logical shifting input toward left and right direction. Two different architecture
designs of the same barrel shifter must be implemented and tested with the
testbench you also need to develop. One architecture (e.g., structural) must use a
16-bit multiplexer (MUX). Another one (e.g., behavioral) you may use “case”
statements to complete. You must not use the operators such as “sll” and “srl” for
your design. Each architecture must be in the separate entity.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top