help plz in Regfile

Thread Starter

afnan saleh

Joined Mar 21, 2008
1
can u plz help me identifying a register file !!

i need to know exactly the way it works with


the internal design of it

plz
 

Papabravo

Joined Feb 24, 2006
21,225
Sure, a register file is a collection of objects that can be used to hold data. It can be implemented as a 2 dimensional array of flip-flops. It can also be implemented as a 1 dimensional array of memory. In either case some number of bits are grouped together in a word. A word is the unit of operation for reading and writing. That should get you started and keep you busy for a while. Google an Wikipedia are your friends -- use them!

http://en.wikipedia.org/wiki/Register_file
 
Top