forked from trabucayre/openFPGALoader
-
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.
WIP: spiOverJtag: add support for xc7k70tfbg484
Signed-off-by: Michal Sieron <[email protected]>
- Loading branch information
1 parent
1aaa1b3
commit 80af84b
Showing
5 changed files
with
18 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
NET "csn" LOC = L18 | IOSTANDARD = LVCMOS33; | ||
NET "sdi_dq0" LOC = H18 | IOSTANDARD = LVCMOS33; | ||
NET "sdo_dq1" LOC = H19 | IOSTANDARD = LVCMOS33; | ||
NET "wpn_dq2" LOC = G18 | IOSTANDARD = LVCMOS33; | ||
NET "hldn_dq3" LOC = F19 | IOSTANDARD = LVCMOS33; | ||
|
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
set_property CFGBVS VCCO [current_design] | ||
set_property CONFIG_VOLTAGE 3.3 [current_design] | ||
set_property BITSTREAM.CONFIG.SPI_BUSWIDTH {4} [current_design] | ||
|
||
set_property -dict {PACKAGE_PIN L18 IOSTANDARD LVTTL} [get_ports {csn}] | ||
set_property -dict {PACKAGE_PIN H18 IOSTANDARD LVTTL} [get_ports {sdi_dq0}] | ||
set_property -dict {PACKAGE_PIN H19 IOSTANDARD LVTTL} [get_ports {sdo_dq1}] | ||
set_property -dict {PACKAGE_PIN G18 IOSTANDARD LVTTL} [get_ports {wpn_dq2}] | ||
set_property -dict {PACKAGE_PIN F19 IOSTANDARD LVTTL} [get_ports {hldn_dq3}] | ||
|
Binary file not shown.