Lines Matching refs:Command
18 Execute Command mach create
19 …Execute Command machine LoadPlatformDescriptionFromString "using \\"${REPL_PATH}\\…
22 Verify Command Output As Integer 0x0 cpu0 GetSystemRegisterValue "CBAR"
24 Execute Command emulation RunFor '0.0001'
27 Verify Command Output As Integer
31 …Execute Command ${SIGNALS_UNIT} SetSignalFromAddress "PERIPHBASE" ${NEW_PERIPHBASE…
35 Verify Command Output As Integer
40 Execute Command Save @${f}
41 Execute Command Clear
42 Execute Command Load @${f}
43 Execute Command mach set 0
46 Execute Command cpu${i} Reset
48 Execute Command emulation RunFor '0.0001'
51 … Verify Command Output As Integer ${NEW_PERIPHBASE_ADDRESS} cpu${i} GetSystemRegisterValue "CBAR"
56 Verify Command Output As Integer
59 ${output}= Execute Command ${command}
62 Verify Command Output
65 ${output}= Execute Command ${command}
69 …Verify Command Output As Integer ${INIT_PERIPHBASE_ADDRESS} ${SIGNALS_UNIT} GetAddress "PERIPHBA…
75 Verify Command Output
77 Verify Command Output
79 Verify Command Output
81 Verify Command Output
88 Verify Command Output As Integer ${cpu0_pc_expected} cpu0 PC
89 Verify Command Output As Integer ${cpu1_pc_expected} cpu1 PC
102 ... Execute Command ${SIGNALS_UNIT} GetSignal ""
104 ... Execute Command ${SIGNALS_UNIT} GetSignal "INVALID"
111 …Execute Command ${SIGNALS_UNIT} SetSignalFromAddress "PERIPHBASE" ${NEW_PERIPHBA…
112 …Verify Command Output As Integer ${NEW_PERIPHBASE_ADDRESS} ${SIGNALS_UNIT} GetAddress "PERIPHBAS…
115 Verify Command Output As Integer ${NEW_PERIPHBASE} ${SIGNALS_UNIT} GetSignal "PERIPHBASE"
123 Execute Command ${SIGNALS_UNIT} SetSignalFromAddress ${signal} ${address}
128 ... Execute Command ${SIGNALS_UNIT} SetSignalFromAddress ${signal} ${address_64b}
131 Verify Command Output As Integer ${address} ${SIGNALS_UNIT} GetAddress ${signal}
132 Verify Command Output As Integer ${exp_value} ${SIGNALS_UNIT} GetSignal ${signal}
138 ... Execute Command ${SIGNALS_UNIT} SetSignalFromAddress ${signal} ${address}
141 Verify Command Output As Integer 0x0 ${SIGNALS_UNIT} GetAddress ${signal}
142 Verify Command Output As Integer 0x0 ${SIGNALS_UNIT} GetSignal ${signal}
147 Verify Command Output As Integer ${INIT_PERIPHBASE} ${SIGNALS_UNIT} GetSignal "PERIPHBASE"
156 Verify Command Output As Integer 0x0 ${SIGNALS_UNIT} GetSignal "PERIPHBASE"
159 ${peripherals}= Execute Command peripherals
163 …Execute Command ${SIGNALS_UNIT} SetSignalFromAddress "PERIPHBASE" ${INIT_PERIPHBAS…
166 ${peripherals}= Execute Command peripherals
171 Execute Command cpu0 ExecutionMode SingleStep
172 Execute Command cpu1 ExecutionMode SingleStep
175 Execute Command ${SIGNALS_UNIT} SetSignalStateForCPU "INITRAM" true cpu0
176 Execute Command ${SIGNALS_UNIT} SetSignalStateForCPU "INITRAM" true cpu1
177 Execute Command ${SIGNALS_UNIT} SetSignalStateForCPU "VINITHI" true cpu0
178 Execute Command ${SIGNALS_UNIT} SetSignalStateForCPU "VINITHI" false cpu1
185 Execute Command cpu0 PC 0x12345678
186 Execute Command cpu1 PC 0x90ABCDE0
189 Execute Command machine Reset
194 Execute Command ${SIGNALS_UNIT} SetSignalStateForCPU "VINITHI" false cpu0
195 Execute Command ${SIGNALS_UNIT} SetSignalStateForCPU "VINITHI" true cpu1
198 Execute Command cpu0 Reset
199 Execute Command cpu1 Reset
202 Execute Command cpu0 Start
203 Execute Command cpu1 Start
207 Execute Command mach create
227 Execute Command machine LoadPlatformDescriptionFromString """${PLATFORM}"""
239 Execute Command machine LoadPlatformDescriptionFromString """${CR5_CPU}"""
246 ... Execute Command ${SIGNALS_UNIT} RegisterCPU cr5
249 Execute Command mach create
263 ... Execute Command machine LoadPlatformDescriptionFromString """${CR8_CPU}"""
266 Execute Command mach create
281 Execute Command machine LoadPlatformDescriptionFromString """${PLATFORM}"""
289 …Execute Command machine LoadPlatformDescriptionFromString "mem: Memory.MappedMemor…
292 Execute Command ${SIGNALS_UNIT} SetSignalFromAddress "PPHBASE" 0x12345000
293 Execute Command ${SIGNALS_UNIT} SetSignalFromAddress "PPXBASE" 0x60007000
294 Execute Command ${SIGNALS_UNIT} SetSignalFromAddress "PPVBASE" 0x00089000
297 Execute Command ${SIGNALS_UNIT} SetSignal "PPHSIZE" 0x1F
298 Execute Command ${SIGNALS_UNIT} SetSignal "PPXSIZE" 0x10
299 Execute Command ${SIGNALS_UNIT} SetSignal "PPVSIZE" 0x0F
303 Execute Command ${SIGNALS_UNIT} SetSignalStateForCPU "INITPPH" false cpu${i}
304 Execute Command ${SIGNALS_UNIT} SetSignalStateForCPU "INITPPX" true cpu${i}
307 Verify Command Output As Integer 0x0 cpu${i} GetSystemRegisterValue "PPHR"
308 Verify Command Output As Integer 0x0 cpu${i} GetSystemRegisterValue "PPXR"
309 Verify Command Output As Integer 0x0 cpu${i} GetSystemRegisterValue "PPVR"
312 Execute Command cpu${i} ExecutionMode SingleStep
318 …Verify Command Output As Integer ${{ hex(0x12345000 | (0x1F << 2) | 0) }} cpu${i} GetSystemRegis…
319 …Verify Command Output As Integer ${{ hex(0x60007000 | (0x10 << 2) | 1) }} cpu${i} GetSystemRegis…
320 …Verify Command Output As Integer ${{ hex(0x00089000 | (0x0F << 2) | 0) }} cpu${i} GetSystemRegis…