Skip to content

Commit

Permalink
Refactor simualtor object. Attempt to tidy and fix the jit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Mount committed Aug 11, 2016
1 parent e221434 commit 8c92713
Show file tree
Hide file tree
Showing 6 changed files with 191 additions and 180 deletions.
1 change: 1 addition & 0 deletions revelation/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def __init__(self, memory, debug, coreid=0x808, logger=None):
self.num_insts = 0
self.running = True
self.is_first_core = False # Is this the top-left (NW) core?
self.is_in_hardware_loop = False
self.logger = logger
# Epiphany III exceptions.
self.exceptions = { 'UNIMPLEMENTED' : 0b0100,
Expand Down
Loading

0 comments on commit 8c92713

Please sign in to comment.