barrel shifter 2

  • Thread starter Hendrik Greving
  • Start date
H

Hendrik Greving

hi,

does anybody know where to obtain the algorithm of how to make a
synthesis of a constant barrel shifter, or knows a paper that deals with
this issue?

e.g. result = 00011101 << b

is optimized by combining the b input bits for the output "result"
instead of using multiplexers.

Regards,
Hendrik Greving
 
M

Mike Treseler

Hendrik said:
Maybe you didn't understand the question. It was targeted on how to make
the optimizations for a constant barrel shifter.

Sorry.
I don't write synthesis software.
I use it.
However, you can learn a lot about it
by running some code through and
viewing the rtl schematic.
Change constraints. Repeat.

-- Mike Treseler
 
H

Hendrik Greving

Mike said:
Sorry.
I don't write synthesis software.
I use it.
However, you can learn a lot about it
by running some code through and
viewing the rtl schematic.
Change constraints. Repeat.

-- Mike Treseler
:)

A cadence guy in the verilog newsgroup gave an excellent answer. It's a
problem of simplifying the combinational truth table of the signal
sequences of each output bit that give 1 and of the b input.

Hendrik
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top