Lecture 12. Chapter 4 - part 1
→ 2, 3은 I, R format 일 때 충돌 발생
- 해결 : Multiplexor (Controller)
- Mux : 2개 신호 중 1개 선택해주는 하드웨어
- conrol line setting에 따라 여러 개 인풋 중 하나 선택
- mux가 없으면 2개 signal 충돌
- Logic elements 타입
- Combinational element
- AND gate, Adder, Multiplexer, ALU..
- Output이 현재 input에만 의존
- State element
- Instruction memory, Data memory ..
- 데이터 저장에 사용. rising edge 일 때만 D값 받음
- output이 input과 현재 상태에 의존
- Clocking methodology
- 언제 signal이 읽히는지와 쓰이는지 define
- Edge-triggered clocking : clock이 0에서 1로 바뀌면 update
- single clock cycle 동안에, combinational logics are operated