I am trying to understand the diagram for register write operation in MIPS(Single Cycle Data Path). I do not get why do we need to AND the output of the decoder to the write enable signal? I am not getting how would it enable the specific register. Please help me out with it.
Thanks.
| |||||
feedback
|
|
There are several inconsistencies in the diagram. The "n-to-2^n" decoder should have The decoder inputs specify the address (i.e. the register) to be written to. For any of the The "write" signal is probably driven off a clock. The purpose of the The selected register will latch onto the "register data", most probably on the rising edge of the clock. All the remaining registers will keep their present values, since their | |||||
feedback
|