1*** Variables *** 2${UART} sysbus.uart 3 4*** Keywords *** 5Create Machine 6 Execute Command mach create 7 Execute Command using sysbus 8 Execute Command machine LoadPlatformDescription @tests/peripherals/CLIC/CLIC-test-platform.repl 9 10*** Test Cases *** 11Registers Should Be Accessible Through Indirect CSRs 12 Create Machine 13 Execute Command sysbus LoadELF @https://dl.antmicro.com/projects/renode/clic/clic_indirect_csr-01.elf-s_6164-08ee198d10e7c86b0cf15f54a4c90cfa2f6cd5f8 14 Create Terminal Tester ${UART} 15 16 Wait For Line On Uart OK 17