File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 55adapter driver ftdi
66transport select jtag
77
8- ftdi_device_desc " Digilent USB Device"
9- ftdi_vid_pid 0x0403 0x6010
10- ftdi_channel 0
11- ftdi_layout_init 0x0088 0x008b
8+ ftdi device_desc " Digilent USB Device"
9+ ftdi vid_pid 0x0403 0x6010
10+ ftdi channel 0
11+ ftdi layout_init 0x0088 0x008b
12+
1213reset_config none
1314
1415# Configure JTAG chain and the target processor
1516set _CHIPNAME riscv
1617
1718# Configure JTAG expected ID
1819# arty-a7-35t
19- set _EXPECTED_ID 0x0362D093
20+ set _EXPECTED_ID 0x0362D093
2021# arty-a7-100t
21- # set _EXPECTED_ID 0x13631093
22+ # set _EXPECTED_ID 0x13631093
2223
2324jtag newtap $_CHIPNAME cpu -irlen 6 -expected-id $_EXPECTED_ID -ignore-version
2425set _TARGETNAME $_CHIPNAME .cpu
Original file line number Diff line number Diff line change 55adapter driver ftdi
66transport select jtag
77
8- ftdi_vid_pid 0x0403 0x6011
9- ftdi_channel 1
10- ftdi_layout_init 0x0088 0x008b
8+ ftdi vid_pid 0x0403 0x6011
9+ ftdi channel 1
10+ ftdi layout_init 0x0088 0x008b
11+
1112reset_config none
1213
1314# Configure JTAG chain and the target processor
You can’t perform that action at this time.
0 commit comments