LUT Questions

OP (Company: Student) #4986964
Rate this post
useful
not useful
I'm a student and i'm preaparing an exam and i have some question about 
LUTs

1- How many memory case ( 1 bit) we have in a LUT with 12 inputs

2- How many of LUT-12 we must have for memorise a 64 bits variable

3- How many LUTs-12 we must have for memorise a 8000 variable of 64 bits

Thanks a lot
Guest #4987303
Rate this post
useful
not useful
LUT means Look Up Table.

If you have 12 bit input, how many rows do you think can you address 
with these 12 bit?

If you say, that there is only one output, how much different bits can 
you "store" with one LUT.

Ok, this is more or less a rephrase of your questions, but you should 
really think about your exams yourself and not ask for the solution.
OP (Company: Student) #4987328
Rate this post
useful
not useful
MagIO2 wrote:
> LUT means Look Up Table.
>
> If you have 12 bit input, how many rows do you think can you address
> with these 12 bit?
>
> If you say, that there is only one output, how much different bits can
> you "store" with one LUT.
>
> Ok, this is more or less a rephrase of your questions, but you should
> really think about your exams yourself and not ask for the solution.


i have my exam on september, and i don't have documentation ... so i 
take previous exams and exemples and i ask question for understund how 
it works

Thanks
#4987637
Rate this post
useful
not useful
Edit:

> 2- How many of LUT-12 we must have for memorise a 64 bits variable
64

This i don't understand. I think of an 12-input lut as a RAM with 12bit 
adress. So it can store 2^12 Bits.

OK with one fixed 12bit adress you always adress the same bit in this 
"RAM". Is this how it is done? 64 LUTs where every LUT stores just one 
bit at a fixed adress? Why not store all 64Bits in the 2^12 Bits RAM? 
Because it can only output one Bit at a time?

Edit:
Now i understand. Had a look at SLICEL and SLICEM and both have a single 
bit Output so indeed you have to use more LUTs in parallel.
Moderator (Company: Titel) #4987683
Rate this post
useful
not useful
You got it.

A 64 bit variable is 64 bits wide and to store 64 bits in parallel 
you need 64 LUTs. Otherwise you must access each bit one after the 
other.

In fact with 64 of those 12 input LUTs you could store 4096 of those 64 
bit variables. But that was not the question... ;-)
OP (Company: Student) #4988106
Rate this post
useful
not useful
Lothar M. wrote:
> -gb- wrote:
>> I think he means a 12 input LUT.
> Then its easy...
>
>> 1- How many memory case ( 1 bit) we have in a LUT with 12 inputs
> 2^12
>
>> 2- How many of LUT-12 we must have for memorise a 64 bits variable
> 64
>
>> 3- How many LUTs-12 we must have for memorise a 8000 variable of 64 bits
> 2

For the 3 question why not 64*2 Lut=128, beacause with 64 of those 12 
input LUTs you could store 4096 of those 64  bit variables

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now