cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Design a 4 bits Shifter.
Design a 4 bits Shifter.
Oct 4, 2014 at 3:17pm UTC
whoovian11
(117)
Does anyone know how to design a 4 bits Shifter. In this circuit, you should have 4 inputs for input value, 4 outputs, and 1 input used to determine right/left shift. 0 is used to make up the missing digit. Any ideas on how to start this ???
Oct 4, 2014 at 6:42pm UTC
megatron 0
(471)
To help I'm going to need a little more information. What are you inputting exactly? Bits? Bytes? It's hard to tell.
Oct 5, 2014 at 9:54pm UTC
whoovian11
(117)
Example: for the input value 1010, it is 0100 after a left shift or 0101 after a right shift.
Topic archived. No new replies allowed.