
GEM5
chenxiancool
Dont be encumbered by past history go off and do something wonderful
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
GEM5 使用一 build the simulator binary
需要安装的软件有 mercurial scons swig gcc m4 python python-dev libgoogle-perftools-dev g++ libprotobuf-dev创建ARM架构的模拟器:(参考网址 http://www.m5sim.org/Introduction ) 1) 在gem5目录顶层,scons build/ARM/gem5.opt原创 2013-05-30 11:49:57 · 2582 阅读 · 5 评论 -
GEM5 X86全系统模拟
1、scons build/X86/gem5.prof 2、从http://www.m5sim.org/Download 下载X86的full system files,解压到一个文件下 例如 fullsystem3、设置M5_PATH , echo "export M5_PATH=/*****/fullsystem/" >> ~/.bashrc4、从http://www.原创 2013-06-09 15:16:11 · 2679 阅读 · 0 评论 -
life of a memory request in ruby
the picture above is made from the description in http://www.m5sim.org/Ruby原创 2013-07-02 23:24:12 · 697 阅读 · 0 评论 -
something about Ruby in GEM5
the picture below is somewhat a summary of Ruby in GEM5, refering to http://www.m5sim.org/Ruby#Life_of_a_memory_request_in_Ruby原创 2013-07-05 00:15:25 · 1169 阅读 · 0 评论 -
how to trace the behavior of different components of a computer by GEM5
Recently, I am trying to get the memory access trace from some benchmarks runing on GEM5. By reading the references http://www.m5sim.org/Main_Page, I got it done.Below is an example:1)scons build/原创 2013-07-04 23:49:31 · 1165 阅读 · 0 评论