仿真平台内核初版 -tlib库 包含<sparc arm riscv powerPC>
This commit is contained in:
19
tests/platforms/PicoSoC.robot
Normal file
19
tests/platforms/PicoSoC.robot
Normal file
@@ -0,0 +1,19 @@
|
||||
*** Variables ***
|
||||
${CPU} sysbus.cpu
|
||||
${UART} sysbus.uart
|
||||
${URI} @https://dl.antmicro.com/projects/renode
|
||||
${SCRIPT} ${CURDIR}/../../scripts/single-node/picosoc.resc
|
||||
|
||||
*** Test Cases ***
|
||||
Should Run Sample Binary
|
||||
[Documentation] Runs a demo application on PicoSoC platform
|
||||
[Tags] riscv uart
|
||||
Execute Command $bin = ${URI}/icebreaker_fw.elf-s_14080-c09a99cd3716d6428af7700e19af66d7935ea438
|
||||
Execute Script ${SCRIPT}
|
||||
|
||||
Create Terminal Tester ${UART} endLineOption=TreatCarriageReturnAsEndLine
|
||||
Start Emulation
|
||||
|
||||
Wait For Line On Uart Press ENTER to continue..
|
||||
Send Key To Uart 0xD
|
||||
Wait For Prompt On Uart Command>
|
||||
Reference in New Issue
Block a user