-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #513 from josuah/master
lattice_ecp5_evn: add_jtagbone flag
- Loading branch information
Showing
2 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
interface ftdi | ||
ftdi_vid_pid 0x0403 0x6010 | ||
ftdi_channel 0 | ||
ftdi_layout_init 0xfff8 0xfffb | ||
adapter driver ftdi | ||
adapter speed 25000 | ||
transport select jtag | ||
ftdi vid_pid 0x0403 0x6010 | ||
ftdi channel 0 | ||
ftdi layout_init 0x00e8 0x60eb | ||
reset_config none | ||
|
||
adapter_khz 5000 | ||
|
||
jtag newtap ecp5 tap -irlen 8 -expected-id 0x81113043 | ||
set _CHIPNAME ecp5 | ||
jtag newtap $_CHIPNAME tap -irlen 8 -expected-id 0x81113043 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters