Skip to content

Commit

Permalink
WIP: spiOverJtag: add support for xc7k70tfbg484
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Sieron <[email protected]>
  • Loading branch information
michalsieron authored and tmichalak committed Jan 25, 2024
1 parent 1aaa1b3 commit 80af84b
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spiOverJtag/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ XILINX_PARTS := xc3s500evq100 \
xc7a100tcsg324 xc7a100tfgg484 xc7a100tfgg676\
xc7a200tsbg484 xc7a200tfbg484 \
xc7s25csga225 xc7s25csga324 xc7s50csga324 \
xc7k70tfbg676 \
xc7k70tfbg484 xc7k70tfbg676 \
xc7k160tffg676 \
xc7k325tffg676 xc7k325tffg900 \
xc7k420tffg901 \
Expand Down
1 change: 1 addition & 0 deletions spiOverJtag/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"xc7a100tfgg676" : "xc7a_fgg676",
"xc7a200tsbg484" : "xc7a_sbg484",
"xc7a200tfbg484" : "xc7a_fbg484",
"xc7k70tfbg484" : "xc7k_fbg484",
"xc7k70tfbg676" : "xc7k_fbg676",
"xc7k160tffg676" : "xc7k_ffg676",
"xc7k325tffg676" : "xc7k_ffg676",
Expand Down
6 changes: 6 additions & 0 deletions spiOverJtag/constr_xc7k_fbg484.ucf
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;

10 changes: 10 additions & 0 deletions spiOverJtag/constr_xc7k_fbg484.xdc
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 added spiOverJtag/spiOverJtag_xc7k70tfbg484.bit.gz
Binary file not shown.

0 comments on commit 80af84b

Please sign in to comment.