From 428840d44775d0fef1e82f09fd9745c43ee4a4d6 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Thu, 30 May 2019 17:01:28 +0800 Subject: more refinement --- chap/chap1.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chap/chap1.tex') diff --git a/chap/chap1.tex b/chap/chap1.tex index ba1096a..6896168 100644 --- a/chap/chap1.tex +++ b/chap/chap1.tex @@ -124,8 +124,8 @@ Gem5 的灵活性使得研究者可以根据需要选择不同的系统模型, 存一致性模型的存储系统模拟框架。 \end{enumerate} -Gem5 模拟器使用 C++ 编写,并集成了 Python,模拟器的核心功能由 C++ 实现, -而 Python 用于初始化、配置和控制模拟器。为了支持多种指令系统和缓存一致 +Gem5 模拟器的核心功能由 C++ 语言实现,而初始化、配置和控制模拟器的操作由用户编写的 Python 程序完成。 +为了支持多种指令系统和缓存一致 性协议,Gem5 分别使用了两种领域专用语言,指令系统描述语言 和 SLICC 在 Gem5 构建时转为 C++ 代码并编译,生成指令系统和缓存一致性协议 的模型代码。 -- cgit v1.2.3