gem5: campaigns are now running without interruption
This change introduces a fake iobus device into gem5 to prevent it from crashing on bogus I/O memory accesses. Change-Id: Ie69e3191bdd917cc681269852937a5a3820a93fb
This commit is contained in:
committed by
Michael Lenz
parent
ea34860bd8
commit
b60e1c0c66
@ -63,6 +63,7 @@ Source('ide_disk.cc')
|
||||
Source('intel_8254_timer.cc')
|
||||
Source('io_device.cc')
|
||||
Source('isa_fake.cc')
|
||||
Source('fail_fake_device.cc') #DanceOS
|
||||
Source('mc146818.cc')
|
||||
Source('ns_gige.cc')
|
||||
Source('pciconfigall.cc')
|
||||
|
||||
Reference in New Issue
Block a user