Skip to content

符号与约定

通用符号

ff时钟频率(Hz)
TT时钟周期(s),T=1/fT = 1/f
CPI\mathrm{CPI}每条指令的平均时钟周期数(Cycles Per Instruction)
IPC\mathrm{IPC}每周期指令数(Instructions Per Cycle),IPC=1/CPI\mathrm{IPC}= 1/\mathrm{CPI}
NN流水线级数或发射宽度(视上下文而定)
WW发射/提交宽度
nn指令数量
rmissr_{\mathrm{miss}}缺失率
rhitr_{\mathrm{hit}}命中率,rhit=1rmissr_{\mathrm{hit}}= 1 - r_{\mathrm{miss}}
tpenaltyt_{\mathrm{penalty}}缺失惩罚(时钟周期数)
Speedup\mathrm{Speedup}加速比

缩略语

ALU算术逻辑单元(Arithmetic Logic Unit)
AGU地址生成单元(Address Generation Unit)
BHT分支历史表(Branch History Table)
BTB分支目标缓冲区(Branch Target Buffer)
CPI每指令周期数(Cycles Per Instruction)
CXL计算快速链接(Compute Express Link)
DVFS动态电压频率调节(Dynamic Voltage and Frequency Scaling)
FMA融合乘加(Fused Multiply-Add)
GAA全环绕栅极(Gate-All-Around)
HBM高带宽存储器(High Bandwidth Memory)
ILP指令级并行性(Instruction-Level Parallelism)
ISA指令集架构(Instruction Set Architecture)
LLC末级缓存(Last-Level Cache)
LSQ加载/存储队列(Load/Store Queue)
MSHR缺失状态保持寄存器(Miss Status Holding Register)
NoC片上网络(Network-on-Chip)
OoO乱序执行(Out-of-Order)
PPA性能-功耗-面积(Performance-Power-Area)
PRF物理寄存器文件(Physical Register File)
PTW页表遍历器(Page Table Walker)
RAT寄存器别名表(Register Alias Table)
ROB重排序缓冲区(Reorder Buffer)
RAS返回地址栈(Return Address Stack)
SMT同时多线程(Simultaneous Multithreading)
SoC片上系统(System-on-Chip)
TAGE标记化几何历史长度预测器(TAgged GEometric history length predictor)
TLB翻译后备缓冲区(Translation Lookaside Buffer)
UCIe通用芯粒互连快速通道(Universal Chiplet Interconnect express)

排版约定

  • 寄存器名使用等宽字体:x5sp

  • 信号名使用等宽字体:MemWriteRegDst

  • 指令助记符使用粗体等宽字体:ADDLW

  • 指令字段使用无衬线字体:funct3opcode

  • 首次出现的重要术语以中文(英文)格式标注,并收入索引

正文与图片:CC BY-NC-SA 4.0 · 本仓库少量站点配置代码:MIT