Lines Matching refs:Execute

6     Execute Command             using sysbus
7 Execute Command mach create
8Execute Command machine LoadPlatformDescriptionFromString 'clint: IRQControllers.CoreL…
9Execute Command machine LoadPlatformDescriptionFromString 'cpu: CPU.RiscV32 @ sysbus {…
10Execute Command machine LoadPlatformDescriptionFromString 'clint: { [0,1] -> cpu@[3,7]…
11Execute Command machine LoadPlatformDescriptionFromString 'mem: Memory.MappedMemory @ …
13 Execute Command cpu PerformanceInMips 1
14 Execute Command cpu PC ${starting_pc}
15 Execute Command cpu SetRegister 1 0x02004000 # address of MTimeCmpHart0Lo register
16 Execute Command cpu SetRegister 3 0x02004004 # address of MTimeCmpHart0Hi register
18Execute Command cpu SetHookAtBlockEnd "self.DebugLog('block ended: ' + 'PC '+ str(self…
19Execute Command cpu SetHookAtBlockBegin "self.DebugLog('block started: ' + 'PC '+ str(…
22 Execute Command sysbus WriteDoubleWord 0x1000 0x00000013 # nop
23 Execute Command sysbus WriteDoubleWord 0x1004 0x00000013 # nop
25 Execute Command sysbus WriteDoubleWord 0x1008 0x0020A023 # sw x2, 0(x1)
26 Execute Command sysbus WriteDoubleWord 0x100C 0x0001A023 # sw x0, 0(x3)
27 Execute Command sysbus WriteDoubleWord 0x1010 0x00000013 # nop
28 Execute Command sysbus WriteDoubleWord 0x1014 0x00000013 # nop
29 Execute Command sysbus WriteDoubleWord 0x1018 0x00000013 # nop
30 Execute Command sysbus WriteDoubleWord 0x101C 0x00000013 # nop
31 Execute Command sysbus WriteDoubleWord 0x1020 0x00000013 # nop
32 Execute Command sysbus WriteDoubleWord 0x1024 0x00000013 # nop
33 Execute Command sysbus WriteDoubleWord 0x1028 0x00000013 # nop
34 Execute Command sysbus WriteDoubleWord 0x102C 0x00000013 # nop
37 Execute Command logLevel -1
43 Execute Command cpu MaximumBlockSize 1
44 Execute Command cpu SetRegister 2 5 # new Compare value = 5
46 Execute Command emulation RunFor "0.000012"
54 Execute Command cpu MaximumBlockSize 8
55 Execute Command cpu SetRegister 2 6 # new Compare value = 6
57 Execute Command emulation RunFor "0.000008"
67 Execute Command cpu MaximumBlockSize 8
68 Execute Command cpu SetRegister 2 6 # new Compare value = 6
70 Execute Command emulation RunFor "0.000005"
72 Execute Command emulation RunFor "0.000001"