aboutsummaryrefslogtreecommitdiff
path: root/debug/targets/SiFive/Freedom/Freedom.cfg
blob: c85aa08d0ff80c95a817958d94de431d1f64500e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
adapter speed     10000

source [find interface/ftdi/olimex-arm-usb-tiny-h.cfg]

set _CHIPNAME riscv
jtag newtap $_CHIPNAME cpu -irlen 5 -expected-id 0x10e31913

set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME riscv -chain-position $_TARGETNAME -rtos riscv

init

halt
echo "Ready for Remote Connections"