-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviews.gem5.org/r/3762/
-----------------------------------------------------------
(Updated Dec. 10, 2016, 10:31 a.m.)
Review request for Default.
Repository: gem5
Description
-------
Bugfix for Elastic Traces
This patch fixes the bug when elastic traces are used:
```bash
build/ARM/gem5.opt \
configs/example/fs.py \
--cpu-type=arm_detailed \
--num-cpu=1 \
--mem-type=SimpleMemory \
--mem-size=512MB \
--mem-channels=1 \
--caches \
--elastic-trace-en \
--data-trace-file=data.proto.gz \
--inst-trace-file=inst.proto.gz \
--machine-type=VExpress_EMM \
--dtb-filename=vexpress.aarch32.ll_20131205.0-gem5.1cpu.dtb \
--kernel=vmlinux.aarch32.ll_20131205.0-gem5 \
--disk-image=linux-aarch32-ael.img
```
NameError: global name 'CpuConfig' is not defined
Diffs (updated)
-----
configs/example/fs.py 78ef8daecd81
Diff: http://reviews.gem5.org/r/3762/diff/
Testing
-------
Thanks,
Matthias Jung
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev