forked from matrix-io/xc3sprog
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for programming Virtex 7 devices. Tested on XC7VX690T.
git-svn-id: http://svn.code.sf.net/p/xc3sprog/code/trunk@747 5e3be8be-922f-45f9-ad52-57b51d30232e
- Loading branch information
jvrantwijk
committed
Aug 1, 2013
1 parent
f898090
commit aa18456
Showing
3 changed files
with
12 additions
and
4 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
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 |
---|---|---|
|
@@ -43,6 +43,7 @@ Dmitry Teytelman [[email protected]] 14 Jun 2006 [applied 13 Aug 2006]: | |
#define FAMILY_XC5VLXT 0x15 | ||
#define FAMILY_XC5VSXT 0x17 | ||
#define FAMILY_XC5VFXT 0x19 | ||
#define FAMILY_XC7 0x1b | ||
#define FAMILY_XC3SD 0x1c | ||
#define FAMILY_XC6S 0x20 | ||
#define FAMILY_XC5VTXT 0x22 | ||
|
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