About 70,000 results
Open links in new tab
  1. barrel shifter using multiplexer: how to go about it

    0 I am trying to under stand how to build a barrel shifter using multiplexers. I understand how the barrel shifter works but I don't get how you decide the number of multiplexers to use, and how …

  2. circuit analysis - How does a barrel shifter exactly work? - Electrical ...

    Oct 12, 2017 · I am new into this and I am trying to understand, how the barrel shifter below works. I know how a multiplexer works but I don't unterstand the circuit below. If C=0 it shoud …

  3. logic gates - How do I implement a Barrel Shifter? - Electrical ...

    Basically, a barrel shifter is a multiplexer on each bit, where a value selects one of n bits reflecting the offset.

  4. How to design a barrel shifter using verilog language?

    May 29, 2004 · A barrel shifter has much more functions then a simple shifter. - selects arbitrary contiguous n bits out of 2n input buts. - right shift: data into top, 0 into bottom; - left shift: 0 into …

  5. microcontroller - 4-Bit Barrel-Shifter with 4x1 Multiplexers ...

    Jun 3, 2023 · I have a question regarding an exercise I have to do. I am supposed to build a 4-bit barrel-shifter using 4x1-multiplexers. I have 4 inputs and 4 outputs. The position shift should …

  6. how to design 32 bit barrel shifter | Forum for Electronics

    May 8, 2016 · hi everyone we need to design 32-bit barrel shifter using 2x1 mux and 8x1 mux which can shift right,left, rotate right and left can anyone provide us block / circuit level …

  7. Can this optimized barrel shifter be made arithmetic?

    Apr 5, 2020 · If you are looking into barrel shifter implementations, another way is to have output width double input width, then invert shift count and use either upper or lower output for left or …

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

    Mar 13, 2011 · 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 …

  9. multiplexer - 8 bit barrel shifter using 2 x 1 MUX in VHDL

    Nov 27, 2020 · Is it possible to write a VHDL code to exactly follow this diagram? I have written some codes before using subcircuits to form a larger circuit (for example 8 bit comparator …

  10. [Verilog] How to write a barrel shifter? | Forum for Electronics

    May 23, 2004 · barrel shifter vhdl use case to synthesize a multipler. But it seems transistor array cannot be synthesized unless you use self-designed cells or plot the schematic and design it …