1
0
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:
Sergei Trofimov 2017-02-27 17:24:01 +00:00
parent d40e70d7f4
commit 08e36bf782

View File

@ -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