Skip to content

Commit

Permalink
Merge pull request #18 from antmicro/starting_simulation
Browse files Browse the repository at this point in the history
Do not automatically start the simulation
  • Loading branch information
mithro committed Jan 8, 2020
2 parents 9a5c0a8 + 3667484 commit 32fb7f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion generate-renode-scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ def generate_resc(repl_file, host_tap_interface=None, bios_binary=None, firmware
result += 'sysbus WriteDoubleWord {} {}\n'.format(hex(flash_boot_address + 4), hex(crc32))
result += 'sysbus LoadBinary @{} {}\n'.format(firmware_binary, hex(flash_boot_address + 8))

result += 'start'
return result


Expand Down

0 comments on commit 32fb7f6

Please sign in to comment.