Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- react
- CSS
- computer
- DoM
- while
- mysql
- Algorithm
- data structure
- Pipelining
- DATAPATH
- html
- python
- MacOS
- system
- function
- javascript
- github
- MIPS
- Linux
- DS
- XML
- control
- php
- Class
- instruction
- Java
- architecture
- for
- DB
- web
Archives
- Today
- Total
목록mux (1)
YYYEJI

각각의 unit이 어떤 일을 수행할지 결정하는 MUX(Multiplexer)가 존재합니다. Multiplexer(MUX)는 여러 아날로그 또는 디지털 입력 신호 중 하나를 선택하여 선택된 입력을 하나의 라인에 전달하는 장치입니다. 아래 사진에 4개의 MUX가 있습니다. 하나하나 살펴보겠습니다. ① RegDes - Register Destination Instruction 어느 register에 값이 쓰일지 결정합니다. RegDes는 instruction foramt이해가 필요합니다. R-type instruction format Op code rs rt rd shamt Function code 31 26 21 16 11 6 0 • R-type의 destination은 rd이고, 15~11 bit에 존재합..
Computer architectures
2022. 11. 7. 15:35