Microprocessor Architecture

조회수
29
즐겨찾기
0
좋아요
0
소개
본 교과목은 컴퓨터시스템의 가장 핵심적인 부품인 마이크로프로세서의 내부구조와 설계원리를 소개한다. 고성능 파이프라인의 핵심 요소인 분기예측, 트레이스 캐시, 명령어 종속성과 비순차적 실행, 정확한 예외상황 처리, 슈퍼스칼라 프로세서의 문제점, 전력 이슈, 멀티쓰레딩, 멀티코어 프로세서의 설계 기법에 대하여 이해한다.
주소
대분류
공학계열
중분류
전기ㆍ전자

기본 주요 정보

홈페이지
http://www.kocw.net/home/cview.do?cid=960780
연락처
등록일자
2014-04-10 09:00:00
수정일자
2025-03-24 21:53:57

부가 정보

제공대학명
고려대학교
교수명
최린
강의학기
2013년 1학기
데이터기준일자
2023-11-21
제공기관코드
B550629
제공기관명
한국교육학술정보원

방문 이력(월)

리뷰(0)

카카오 블로그

[Paper Review] A Portable and Fault-Tolerant Microprocessor Based on the SPARC V8Architecture

[Paper Review] A Portable and Fault-Tolerant Microprocessor Based on the SPARC V8Architecture

A Portable and Fault-Tolerant Microprocessor Based on the SPARC V8 Architecture https://ieeexplore.ieee.org/document/1028926 A portable and fault-tolerant microprocessor based on the SPARC v8 architecture The architecture and implementation of the LEON-FT processor is presented. LEON-FT is a...

KimAnt 🥦

2025-03-17

ISA(instruction set architecture), MIPS(Microprocessor without Interlocked Pipeline Stages)

ISA(instruction set architecture), MIPS(Microprocessor without Interlocked Pipeline Stages)

Set Architecture)는 하드웨어와 소프트웨어 사이의 인터페이스를 정의하는것이다. ​ 보통의 컴퓨터는 고급언어(프로그래밍 언어)를 컴파일러가 해석해서 어셈블리어로 변환하고 인터프리터가 기계어(binary code)로 변환해 컴퓨터가 명령을 실행하게 되는데, 이러한 해독을 하는걸 ISA라고 볼 수 있다. ISA에는 여러...

악기찬 공학도

2024-09-28

1. 마이크로프로세서 개요

1. 마이크로프로세서 개요

Load/Store ALU 연산을 통해 주소 계산 후, 레지스터나 데이터 메모리에 저장 보다 자세한 마이크로프로세서 내부 구조 3. 8051 Microprocessor Architecture 이제 다양한 마이크로프로세서 중 실제 상용화된 8051 마이크로프로세서의 전반적인 구조를 살펴볼 차례이다. (이번 학기에 8051 MPU 구조 및 명령어 체계 학습...

Yoon's

2025-03-24

Micro Processor_Preview & 1

Micro Processor_Preview & 1

마이크로 프로세서란 무엇일까? CPU의 기능만을 chip에다 집적시킨것을 micro processor라고 한다. CPU는 central processor unit으로 control unit, regiser...것이 필수적인데, 따라서 ISA라는것을 알아야한다. Instruction set architecture인 isa는 한국어로는 명령어 집합구조라고 하는데, assembly, CICS, RISC...

ksh9-9 님의 블로그

2025-02-02

[컴퓨터구조] Processor : Datapath and Control (#6)

[컴퓨터구조] Processor : Datapath and Control (#6)

of the Computer [컴퓨터구조] Instructions: Language of the Computer RISC (Reduced Instruction Set Computing) architecture란?예시: MIPS architecture, ARM, PowerPC MIPS란, Microprocessor without Interlocked Pipeline Stages로, 1980년대의 RISC architecture를 일컫는다. 장점:Simplified & Small Set of...

<Quick_Clid>

2025-04-02

마이크로프로세서(18) ARM architecture

마이크로프로세서(18) ARM architecture

마이크로프로세서 강의 목차(여기를 클릭) ** 경북대학교 전자공학부 박은진 교수님 마프 [기말고사] 범위입니다. 앞으로 ARM 아키텍처로 공부합니다. ** 관련 교재는 무료 pdf를 쉽게 구할 수 있으므로 교재를 참고하세요. 족보가 필요하시다면 댓글로 ~~ 1. OT (8085 모델과 비교해보는 ARM) 하드웨어 인터페이스는...

제어와 인공지능

2023-06-15

[컴퓨터 구조 ] ISA - CISC vs. RISC

[컴퓨터 구조 ] ISA - CISC vs. RISC

임. 즉, ISA는 소프트웨어와 하드웨어가 서로 통신할 수 있게 해주는 명령어 집합 이자 인터페이스 ISA 아래에 있는 micro architecture는 micro processor가 사용하는 명령어 처리 방식. micro processor 는 우리가 아는 CPU라고 생각하면 됨. CPU Arichitecure의 종류로는 CISC 와 RISC가 있음 ISA 명령어 종류 산술...

NotStoneSeok

2025-02-07

Intel Mac과 M1 Mac이 달랐던 이유

Intel Mac과 M1 Mac이 달랐던 이유

소프트웨어 movefun-tech.tistory.com 명령어 집합 - 위키백과, 우리 모두의 백과사전 위키백과, 우리 모두의 백과사전. 명령어 집합(영어: instruction set) 또는 명령어 집합 구조(영어: Instruction set architecture, ISA)는 마이크로프로세서가 인식해서 기능을 이해하고 실행할 수 있는 기계 ko.wikipedia.org

끄적끄적 김한톨의 iOS 개발

2025-02-24

AUTOSAR(AUTomotive Open System ARchitecture) 란 무엇인가?

AUTOSAR(AUTomotive Open System ARchitecture) 란 무엇인가?

ADAS,IVI 등 고성능 SW 프로세서 마이크로 컨트롤러(MCU) 고성능 마이크로프로세서(MPU,SoC) 프로그래밍 언어 C 기반 C++ 기반 실시간 성능 Hard Real-Time Soft...2.AUTOSAR Layer 구조 정리 Classic AUTOSAR Classic은 Layered Architecture(계층형 아키텍처, SW의 각기능을 논리적인 계층으로 나누어 설계하는 방식...

성실한 삶

2025-01-31

ARM 아키텍처(ARM Architecture)

ARM 아키텍처(ARM Architecture)

개요 ARM 아키텍처는 영국 ARM Holdings가 설계하고 라이선스를 제공하는 RISC 기반의 32/64비트 마이크로프로세서 아키텍처입니다. 높은 전력 효율성과 컴팩트한 설계로 인해 스마트폰, 태블릿, IoT, 자동차, 서버 등 다양한 분야에서 광범위하게 사용되며, 특히 모바일 및 저전력 시스템의 표준으로 자리잡고 있습니다...

ITPE * JackerLab

2025-04-02

네이버 블로그

ISA(instruction set architecture), MIPS(Microprocessor...

2024.09.28 ISA(Instruction Set Architecture)는 하드웨어와 소프트웨어 사이의 인터페이스를... MIPS(Microprocessor without Interlocked Pipeline Stages)는 RISC 아키텍처의 한 예로, 간단하고 효율적인 설계를 특징으로...

악기찬 공학도

2024-09-28

org/hacks/projects/microprocessor/architecture.html

http://www.le-hacker.org/hacks/projects/microprocessor/architecture.html

Darth ssanzing

2007-12-02

(FFTs) / Microprocessor with rounding dot product...

By knowing the primary function of the microprocessor, the designer can structure the microprocessor architecture in such a manner that the performance of the specific function by the...

에프램 EFRAM

2015-11-26

구조 ( 64Bit Microprocessor Architecture )

또한 AMD64기술은 3개의 Execution Mode가 지원된다. 목차 Ⅰ. AMD64 Ⅱ. pentium4 EM64T Ⅲ. PowerPC G5 관련단어 64비트, 64Bit, 마이크로프로세서, microprocessor, architectures, 구조, 컴퓨터구조

봉사, 정책, 육아, 근로

2011-08-21

org/hacks/projects/microprocessor/architecture.html

http://www.le-hacker.org/hacks/projects/microprocessor/architecture.html

Divine Power :: Divine Power

2007-12-02

what is Microprocessor?

1. Microprocessor Microprocessor : entire CPU fabricated on a singel chip. (also called MPU) 나는 이 단어를 오늘... CISC와 RISC cisc와 risc는 cpu의 아키텍쳐(architecture)의 일부이다. (1) CISC : 영어 약어로...

Loading...

2025-02-16

Cell (microprocessor) including SPU ( Synergistic...

Cell is a microprocessor architecture jointly developed by Sony, Sony Computer Entertainment, Toshiba, and IBM, an alliance known as &quot;STI&quot;. The architectural design and first...

자기 극복이 끝났을 때가 성공의 시작이다.

2012-09-05

마이크로프로세서(Microprocessor, MPU)

MPU와 MCU의 차이 1) MPU(Microprocessor Unit) · 마이크로프로세서의 구조는 ALU, 레지스터, Instruction... MPU의 분류 1) 구조 (Architecture) ① RISC (Reduced Instruction Set Computer) · CPU의 명령어의 개수를 줄여...

"과거는 오늘을 비추는 거울, 미래는 오늘의 한걸음"

2024-10-02

1. 마이크로프로세서 개요

8051 Microprocessor Architecture 이제 다양한 마이크로프로세서 중 실제 상용화된 8051 마이크로프로세서의 전반적인 구조를 살펴볼 차례이다. (이번 학기에 8051 MPU 구조 및 명령어 체계 학습 후...

Yoon's

2025-03-24

MIT Builds Carbon Nanotube FET Based RISC-V Microprocessor

Their CNFET based microprocessor based on the RISC-V open-source chip architecture was able to execute the full set of instructions accurately. It also executed a modified version of...

RISE UP KOREA

2019-09-23

카카오 이미지

티스토리
티스토리
티스토리
티스토리
티스토리
네이버블로그
네이버블로그
네이버블로그
티스토리
티스토리

네이버 이미지

Microprocessor Architecture: From Simple Pipelines to Chip Multiprocessors Hardcover - 컴퓨터 구조 일반 | 쿠팡
microprocessor architecture | PPT microprocessor architecture
Microprocessor Architecture 4 | PPT Microprocessor Architecture  4
Microprocessor architecture-I
Microprocessor architecture-I
Microprocessor architecture-I
Microprocessor architecture-I
Microprocessor architecture-I
Computer System Architecture Lecture Note 5: microprocessor technology
Internal microprocessor architecture