Skip to content

Commit f1bdf76

Browse files
committed
Deprecated calling sims without a core argument
1 parent 04c741f commit f1bdf76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

piton/tools/src/sims/sims,2.0

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,8 @@ die ("DIE. -pico and -pico_het cannot both be set") if ($opt{pico} && $opt{pico_
349349

350350
# Setting ost1 by default. This works better than default to 1
351351
# for heterogeneous-ISA stuff
352-
if (!$opt{pico} && !$opt{ariane}) {
353-
$opt{ost1} = 1 ;
352+
if ((!$opt{pico} && !$opt{ariane} && !$opt{ost1}) && ($opt{sys} eq "manycore")) {
353+
die ("DIE. Calling sims without specifying a core is no longer supported (you probably want to add -ariane, -ost1, or similar to your sims command)") ;
354354
}
355355

356356
push (@{$opt{config_cpp_args}}, "-DFLIST_OST1") if ($opt{ost1} || $opt{pico_het}) ;

0 commit comments

Comments
 (0)