Skip to content

Commit e9e6395

Browse files
committed
Quickfix
1 parent 62fdece commit e9e6395

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

DeeployTest/testRunner_siracusa.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@
2525

2626
args = parser.parse_args()
2727

28-
testRunner = TestRunner(platform = "Siracusa", simulator = "gvsoc", tiling = False, argument_parser = parser)
28+
testRunner = TestRunner(
29+
platform = "Siracusa",
30+
simulator = "gvsoc",
31+
tiling = False,
32+
argument_parser = parser,
33+
cores = args.cores,
34+
)
2935

3036
testRunner.cmake_args += f" -D NUM_CORES={args.cores}"
3137
testRunner.run()

0 commit comments

Comments
 (0)