zoukankan
html css js c++ java
Processor technologies
hide
v
t
e
Processor technologies
Models
Turing machine
Universal
Post–Turing
Quantum
Belt machine
Stack machine
Finite-state machine
with datapath
Hierarchical
Queue automaton
Register machines
Counter
Pointer
Random-access
Random-access stored program
Architecture
Microarchitecture
Von Neumann
Harvard
modified
Dataflow
Transport-triggered
Cellular
Endianness
Memory access
NUMA
HUMA
Load/store
Register/memory
Cache hierarchy
Memory hierarchy
Virtual memory
Secondary storage
Heterogeneous
Fabric
Multiprocessing
Cognitive
Neuromorphic
Instruction set
architectures
Types
CISC
RISC
Application-specific
EDGE
TRIPS
VLIW
EPIC
MISC
OISC
NISC
ZISC
Comparison
Addressing modes
Instruction sets
x86
ARM
MIPS
Power ISA
SPARC
Itanium
Unicore
MicroBlaze
RISC-V
LMC
Others
Execution
Instruction pipelining
Pipeline stall
Operand forwarding
Classic RISC pipeline
Hazards
Data dependency
Structural
Control
False sharing
Out-of-order
Tomasulo algorithm
Reservation station
Re-order buffer
Register renaming
Speculative
Branch prediction
Memory dependence prediction
Parallelism
Level
Bit
Bit-serial
Word
Instruction
Pipelining
Scalar
Superscalar
Task
Thread
Process
Data
Vector
Memory
Distributed
Multithreading
Temporal
Simultaneous
Hyperthreading
Speculative
Preemptive
Cooperative
Flynn's taxonomy
SISD
SIMD
SWAR
SIMT
MISD
MIMD
SPMD
Processor
performance
Transistor count
Instructions per cycle
(IPC)
Cycles per instruction
(CPI)
Instructions per second
(IPS)
Floating-point operations per second
(FLOPS)
Transactions per second
(TPS)
Synaptic updates per second
(SUPS)
Performance per watt
(PPW)
Cache performance metrics
Computer performance by orders of magnitude
Types
Central processing unit
(CPU)
Graphics processing unit
(GPU)
GPGPU
Vector
Barrel
Stream
Coprocessor
ASIC
FPGA
CPLD
Multi-chip module
(MCM)
System in package
(SiP)
By application
Microprocessor
Microcontroller
Mobile
Notebook
Ultra-low-voltage
ASIP
Systems
on chip
System on a chip
(SoC)
Multiprocessor
(MPSoC)
Programmable
(PSoC)
Network on a chip
(NoC)
Hardware
accelerators
AI accelerator
Vision processing unit
(VPU)
Physics processing unit
(PPU)
Digital signal processor
(DSP)
Tensor processing unit
(TPU)
Secure cryptoprocessor
Network processor
Baseband processor
Word size
1-bit
4-bit
8-bit
12-bit
15-bit
16-bit
32-bit
48-bit
64-bit
128-bit
256-bit
512-bit
bit slicing
others
variable
Core count
Single-core
Multi-core
Manycore
Heterogeneous architecture
Components
Core
Cache
CPU cache
replacement policies
coherence
Bus
Clock rate
Clock signal
FIFO
Functional units
Arithmetic logic unit
(ALU)
Address generation unit
(AGU)
Floating-point unit
(FPU)
Memory management unit
(MMU)
Load–store unit
Translation lookaside buffer
(TLB)
Integrated memory controller
(IMC)
Logic
Combinational
Sequential
Glue
Logic gate
Quantum
Array
Registers
Processor register
Status register
Stack register
Register file
Memory buffer
Program counter
Control unit
Instruction unit
Data buffer
Write buffer
Microcode
ROM
Counter
Datapath
Multiplexer
Demultiplexer
Adder
Multiplier
CPU
Binary decoder
Address decoder
Sum addressed decoder
Barrel shifter
Circuitry
Integrated circuit
3D
Mixed-signal
Power management
Boolean
Digital
Analog
Quantum
Switch
Power
management
PMU
APM
ACPI
Dynamic frequency scaling
Dynamic voltage scaling
Clock gating
Performance per watt
(PPW)
Race to sleep
Related
History of general-purpose CPUs
Microprocessor chronology
Processor design
Digital electronics
Hardware security module
Semiconductor device fabrication
Tick–tock model
查看全文
相关阅读:
android事件拦截处理机制详解
序列化
事件系统的一般性
Android应用启动、退出分析
Android Activity.startActivity流程简介
ActivityThread
Android Activity学习笔记——Activity的启动和创建
attachBaseContext
新认识的类
深入理解Intent和IntentFiler(一)
原文地址:https://www.cnblogs.com/Kimbing-Ng/p/12830213.html
最新文章
经常使用时间函数总结
POJ 1789 Truck History
Linux 下 Error: Could not find or load main class Hello
站点搭建从零開始(四) server的配置
兰州商学院正式更名为兰州財经大学
Nutch+Lucene搜索引擎开发实践
Android创建启动画面
iOS开发 编辑框被系统弹出的软键盘遮挡问题
linux串口驱动分析
Python 保存爬行动物捕捉网页
热门文章
python获取的信息列表微信公共平台和用户头像
[Ruby]How to create singleton class ?
以非专业的工作场所——化妆粉底,好,现在使用
Vs2010 配置驱动的开发环境
poj 3662 Telephone Lines spfa算法灵活运用
mybatis至mysql插入一个逗号包含值误差
写你自己struts1框架
Gas Station [leetcode] 两个解决方案
假设synthesize省略,语义属性声明assign retain copy时间,为了实现自己的setter和getter方法
Android事件处理第一节(View对Touch事件的处理)
Copyright © 2011-2022 走看看