NEMU icon indicating copy to clipboard operation
NEMU copied to clipboard

simpoint profile issue

Open prodemen opened this issue 2 years ago • 4 comments

执行 ./build/riscv64-nemu-interpreter $AM_HOME/apps/microbench/build/microbench-riscv64-noop.bin -D outputs -w microbench -C simpoint_profile --simpoint-profile --interval=1000000 时,没有输出bbv文件,只是打印了执行信息,请问可能的原因是什么? 图片

prodemen avatar Mar 23 '22 05:03 prodemen

加-b用batch mode运行

matchchen avatar Mar 23 '22 13:03 matchchen

用的是cpt-bk分支吗?checkpoint需要使用cpt-bk分支,参考https://xiangshan-doc.readthedocs.io/zh_CN/latest/tools/simpoint/

poemonsense avatar Mar 29 '22 08:03 poemonsense

用的是cpt-bk分支吗?checkpoint需要使用cpt-bk分支,参考https://xiangshan-doc.readthedocs.io/zh_CN/latest/tools/simpoint/

在cpt-bk分支无法使用make riscv64-xs_defconfig命令编译nemu。是不是只能使用主分支编译的nemu来执行Profiling步骤?

erdevonmatteo11 avatar Apr 13 '22 07:04 erdevonmatteo11

cpt-bk 分支的编译方法是 make ISA=riscv64 XIANGSHAN=1

poemonsense avatar Apr 13 '22 09:04 poemonsense