创业板5
将相关器分支预测器集成到 gem5 周期精确架构模拟器中
在 SConcript 中添加源文件
在 bpred_unit.cc 中为预测器创建一个新对象
将参数添加到 Branchpredictor.py
更改 O3_ARM_v7a.py 中的 predType
构建系统:scons -j8 build/ARM/gem5.debug
为 se 模式编译程序:arm-linux-gnueabi-gcc -DUNIX -o sort sort.c -static
在 se 模式下运行系统: ./build/ARM/gem5.debug --debug-file=trace.out --debug-flags=Fetch,Branch configs/example/se.py -c ./tests/test-progs /hello/bin/arm/linux/sort -
2023-03-21 13:38:33
41KB
C++
1