mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +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:
parent
d40e70d7f4
commit
08e36bf782
@ -40,8 +40,8 @@ class Gem5SimulationPlatform(Platform):
|
|||||||
gem5_telnet_port=None):
|
gem5_telnet_port=None):
|
||||||
|
|
||||||
# First call the parent class
|
# First call the parent class
|
||||||
super(Gem5SimulationPlatform, self).__init__(name, core_names, core_cluster,
|
super(Gem5SimulationPlatform, self).__init__(name, core_names, core_clusters,
|
||||||
big_core, model, module)
|
big_core, model, modules)
|
||||||
|
|
||||||
# Start setting up the gem5 parameters/directories
|
# Start setting up the gem5 parameters/directories
|
||||||
# The gem5 subprocess
|
# The gem5 subprocess
|
||||||
|
Loading…
x
Reference in New Issue
Block a user