Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CtrlZ233 committed Dec 3, 2023
1 parent 672af85 commit 1a929a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake-tool/simulate_scripts/simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def notice(message):
args.qemu_sim_serial_opt, qemu_sim_mem_size_entry, args.qemu_sim_extra_args, qemu_sim_images_entry,
qemu_gdbserver_command]
qemu_simulate_command = " ".join(qemu_simulate_command_opts)
qemu_simulate_command = qemu_simulate_command + "-smp " + str(args.cpu_num)
qemu_simulate_command = qemu_simulate_command + " -smp " + str(args.cpu_num)

notice(qemu_simulate_command)

Expand Down

0 comments on commit 1a929a7

Please sign in to comment.