gem5+dramsim2
Posted 会打代码的扫地王大爷
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gem5+dramsim2相关的知识,希望对你有一定的参考价值。
1. 安装配置
scons build/X86/gem5.opt -j9
sudo build/X86/gem5.opt configs/example/se.py -c tests/test-progs/hello/bin/x86/linux/hello --cpu-type='TimingSimpleCPU' --caches --l2cache --mem-type='DRAMSim2'
还需要将DRAMSim2中的配置system.ini.example
和ini/DDR3_micron_32M_8B_x8_sg15.ini
中的空行删除掉
Pydot
pip install pydot
cd m5out
dot -Tpng -o config.png config.dot
以上是关于gem5+dramsim2的主要内容,如果未能解决你的问题,请参考以下文章