mirror of
				https://github.com/ARM-software/devlib.git
				synced 2025-11-04 07:51:21 +00:00 
			
		
		
		
	gem5: fix for the previous fix
Somehow went from plural to singular when passing base params. Bad Sergei.
This commit is contained in:
		@@ -40,8 +40,8 @@ class Gem5SimulationPlatform(Platform):
 | 
			
		||||
                 gem5_telnet_port=None):
 | 
			
		||||
 | 
			
		||||
        # First call the parent class
 | 
			
		||||
        super(Gem5SimulationPlatform, self).__init__(name, core_names, core_cluster,
 | 
			
		||||
                                                     big_core, model, module)
 | 
			
		||||
        super(Gem5SimulationPlatform, self).__init__(name, core_names, core_clusters,
 | 
			
		||||
                                                     big_core, model, modules)
 | 
			
		||||
 | 
			
		||||
        # Start setting up the gem5 parameters/directories
 | 
			
		||||
        # The gem5 subprocess
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user