[컴퓨터 구조] 4.4 A Simple Implementation Scheme
ALU Control MIPS의 ALU는 4 bit Control 입력에 따라 어떤 연산을 할 지 결정한다. ALU Control Function Instruction 예시 0000 AND and 0001 OR or 0010 add lw, sw, add 0110 subtract sub, beq 0111 set-on-less-than slt 1100 NOR 위 표는 4 bit Control 신호에 따른 ALU 연산과 어떤 Instruction에서 그 연산이 사용되는 지를 정리한 것이다. 이 4 bit 신호는 ALU Control이라는 유닛에서 결정한다. opcode(Instruction) ALUOp Instruction 연산 Funct field ALU 연산 ALU Control LW 00 load wor..
전공/컴퓨터 구조
2020. 10. 26. 13:18