|
Hi ,
In order to build a CPU chip , i am starting with instruction decoding , so the first thing is to determine the type of instruction , if the coming instruction is an A-Instruction ( i = 0) it should be loaded into the A Register , or if it is a C-Instruction (i = 1) they are not loaded , and these trick is doing by the first Mux in the diagram on the book of the CPU , this Mux must chose either an instruction or an out ALU , i think that the sel bit of this Mux must be the i bit of the Instruction , but the entries a,b of the Mux is in opposite order with i bit of instruction , so i don't found any solution , i need a help
thanks ,
|