Re: barrel shifter
- From: Hendrik Greving <hendrik.greving@xxxxxxxxxxxxxxxxxx>
- Date: Mon, 05 Dec 2005 18:18:44 +0100
Jason Zheng wrote:
Hendrik Greving wrote:
Jason Zheng wrote:
Hendrik Greving wrote:
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
perhaps a google search would've answered your question:
http://answers.google.com/answers/threadview?id=388350
Maybe it's not clear, my question aims at how to optimize or to find a solution for a constant barrel shifter.
Regards, Hendrik
I think a constant barrel shifter would probably resemble a priority encoder. This is a special case:
result = 32'b1 << b;
Why bother getting the algorithm? I bet it's treated just like a combinational encoder in most synthesis tools.
~jz
Hi,
I'm looking for a quick way for finding a complexity estimate. I found that mostly it's a combination of the b-bits of example above. So you think the optimization are drawn by the low level optimizations of the synthesis tool and too hard to estimate in high level?
Regards, Hendrik .
- Follow-Ups:
- Re: barrel shifter
- From: sharp
- Re: barrel shifter
- From: Jason Zheng
- Re: barrel shifter
- References:
- barrel shifter
- From: Hendrik Greving
- Re: barrel shifter
- From: Jason Zheng
- Re: barrel shifter
- From: Hendrik Greving
- Re: barrel shifter
- From: Jason Zheng
- barrel shifter
- Prev by Date: Re: About enable signal
- Next by Date: Re: barrel shifter
- Previous by thread: Re: barrel shifter
- Next by thread: Re: barrel shifter
- Index(es):
Relevant Pages
|
Loading