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