1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 03:12:34 +01:00

Gem5: Add support for deploying the m5 binary

This commit is contained in:
Sascha Bischoff
2015-12-08 17:56:36 +00:00
parent 480155fd8c
commit e7c75b2d3b
6 changed files with 42 additions and 1 deletions

View File

@@ -111,3 +111,4 @@ class Gem5LinuxDevice(BaseGem5Device, LinuxDevice):
def initialize(self, context):
self.resize_shell()
self.deploy_m5(context, force=False)