mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-29 22:24:51 +00:00 
			
		
		
		
	Gem5: Add support for deploying the m5 binary
This commit is contained in:
		| @@ -207,3 +207,4 @@ class Gem5AndroidDevice(BaseGem5Device, AndroidDevice): | ||||
|  | ||||
|     def initialize(self, context): | ||||
|         self.resize_shell() | ||||
|         self.deploy_m5(context, force=False) | ||||
|   | ||||
| @@ -111,3 +111,4 @@ class Gem5LinuxDevice(BaseGem5Device, LinuxDevice): | ||||
|  | ||||
|     def initialize(self, context): | ||||
|         self.resize_shell() | ||||
|         self.deploy_m5(context, force=False) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user