Skip to content

Commit

Permalink
Added simulation termination on first 'ecall' occurrence
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Kurc <[email protected]>
  • Loading branch information
mkurc-ant committed Sep 29, 2023
1 parent 99d7f07 commit cf30b01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/renode_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
cpu MaximumBlockSize 1
cpu SetHookAtBlockEnd "print('REGDUMP:' + ','.join(self.GetRegistersValues()))"
cpu InstallCustomInstructionHandlerFromString "00000000000000000000000001110011" "monitor.Parse('quit')"
emulation RunFor "0.000100"
Expand Down

0 comments on commit cf30b01

Please sign in to comment.