Exemplo n.º 1
0
 def run(self):
     Sim.run(self)
     print "Instructions Executed in Stat Region =", self.state.stat_num_insts
Exemplo n.º 2
0
 def run( self ):
   Sim.run( self )
Exemplo n.º 3
0
 def __init__(self):
     Sim.__init__(self, "PARC", jit_enabled=True)
Exemplo n.º 4
0
 def __init__( self ):
   Sim.__init__( self, 'RISC-V', 'riscv', jit_enabled=True )
Exemplo n.º 5
0
 def __init__(self):
     Sim.__init__(self, "ARM", jit_enabled=True)
Exemplo n.º 6
0
 def __init__(self):
     Sim.__init__(self, "Epiphany", jit_enabled=True)
Exemplo n.º 7
0
 def __init__(self):
     Sim.__init__(self, "Example", jit_enabled=True) # Breaks if False.
Exemplo n.º 8
0
 def __init__( self ):
   Sim.__init__( self, "ARM", jit_enabled=True )