File tree Expand file tree Collapse file tree 4 files changed +19
-1
lines changed
Expand file tree Collapse file tree 4 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ XILINX_PARTS := xc3s500evq100 \
77 xc7s6 xc7s15 xc7s25 xc7s50 xc7s75 xc7s100 \
88 xc7k70tfbg484 xc7k70tfbg676 \
99 xc7k160tffg676 \
10- xc7k325tffg676 xc7k325tffg900 \
10+ xc7k325tfbg900 xc7k325tffg676 xc7k325tffg900 \
1111 xc7k420tffg901 \
1212 xcku3p-ffva676 \
1313 xc7vx330tffg1157 \
Original file line number Diff line number Diff line change 1+ NET "csn" LOC = U19 | IOSTANDARD = LVCMOS33;
2+ NET "sdi_dq0" LOC = P24 | IOSTANDARD = LVCMOS33;
3+ NET "sdo_dq1" LOC = R25 | IOSTANDARD = LVCMOS33;
4+ NET "wpn_dq2" LOC = R20 | IOSTANDARD = LVCMOS33;
5+ NET "hldn_dq3" LOC = R21 | IOSTANDARD = LVCMOS33;
6+
Original file line number Diff line number Diff line change 1+ set_property CFGBVS VCCO [current_design]
2+ set_property CONFIG_VOLTAGE 3.3 [current_design]
3+ set_property BITSTREAM.GENERAL.COMPRESS TRUE [current_design]
4+ set_property BITSTREAM.CONFIG.CONFIGRATE 33 [current_design]
5+ set_property BITSTREAM.CONFIG.SPI_BUSWIDTH {4} [current_design]
6+
7+ set_property -dict {PACKAGE_PIN U19 IOSTANDARD LVTTL} [get_ports {csn}]
8+ set_property -dict {PACKAGE_PIN P24 IOSTANDARD LVTTL} [get_ports {sdi_dq0}]
9+ set_property -dict {PACKAGE_PIN R25 IOSTANDARD LVTTL} [get_ports {sdo_dq1}]
10+ set_property -dict {PACKAGE_PIN R20 IOSTANDARD LVTTL} [get_ports {wpn_dq2}]
11+ set_property -dict {PACKAGE_PIN R21 IOSTANDARD LVTTL} [get_ports {hldn_dq3}]
12+
You can’t perform that action at this time.
0 commit comments