gem5: update to d4b3e064adeeace3c3e7d106801f95c14637c12f

Mostly for --param to control debug properly.

Less README workarounds, more ./run automation, oh yeah.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-26 00:00:05 +00:00
parent 6c86f27c91
commit 0edf7575cd
5 changed files with 7 additions and 55 deletions

View File

@@ -1,11 +0,0 @@
diff --git a/configs/example/fs.py b/configs/example/fs.py
index 3997ed76c..b4267ebc0 100644
--- a/configs/example/fs.py
+++ b/configs/example/fs.py
@@ -376,5 +376,6 @@ if buildEnv['TARGET_ISA'] == "arm" and options.generate_dtb:
sys = getattr(root, sysname)
sys.dtb_filename = create_dtb_for_system(sys, '%s.dtb' % sysname)
+test_sys.cpu[0].wait_for_remote_gdb = True
Simulation.setWorkCountOptions(test_sys, options)
Simulation.run(options, root, test_sys, FutureClass)