1:name: Kendryte K210 Coverage Sample 2:description: This script generates execution traces of a binary running on the emulated Kendryte K210 SoC 3 4$bin=@https://dl.antmicro.com/projects/renode/kendryte_k210--coverage-sample-riscv64.elf-s_21808-bc3086a0de3ac8880c19c1e67190143080413cd3 5 6include @scripts/single-node/kendryte_k210.resc 7 8cpu2 IsHalted true 9cpu1 SP 0x1000 10 11cpu1 CreateExecutionTracing "trace" $CWD/trace.bin.gz PC isBinary=True compress=True 12