File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed
Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ XILINX_PARTS := xc3s500evq100 \
66 xc7a15tcpg236 xc7a15tfgg484 \
77 xc7a25tcpg238 xc7a25tcsg325 \
88 xc7a35tcpg236 xc7a35tcsg324 xc7a35tftg256 xc7a35tfgg484 \
9- xc7a50tcsg324 xc7a50tfgg484 xc7a50tcpg236 xc7a50tcsg325 xc7a75tfgg484 \
9+ xc7a50tcsg324 xc7a50tfgg484 xc7a50tcpg236 xc7a50tcsg325 \
10+ xc7a75tfgg484 xc7a75tfgg676 \
1011 xc7a100tcsg324 xc7a100tfgg484 xc7a100tfgg676\
1112 xc7a200tsbg484 xc7a200tfbg484 xc7a200tfbg676\
1213 xc7s6ftgb196 xc7s25csga225 xc7s25csga324 xc7s50csga324 \
Original file line number Diff line number Diff line change 102102 "xc7a50tfgg484" : "xc7a_fgg484" ,
103103 "xc7a50tcsg325" : "xc7a_csg325" ,
104104 "xc7a75tfgg484" : "xc7a_fgg484" ,
105+ "xc7a75tfgg676" : "xc7a_fgg676" ,
105106 "xc7a100tcsg324" : "xc7a_csg324" ,
106107 "xc7a100tfgg484" : "xc7a_fgg484" ,
107108 "xc7a100tfgg676" : "xc7a_fgg676" ,
Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ set_property CONFIG_VOLTAGE 3.3 [current_design]
33set_property BITSTREAM.CONFIG.SPI_BUSWIDTH {4} [current_design]
44set_property BITSTREAM.GENERAL.COMPRESS TRUE [current_design]
55
6- set_property -dict {PACKAGE_PIN T19 IOSTANDARD LVTTL} [get_ports {csn}]
6+ set_property -dict {PACKAGE_PIN P18 IOSTANDARD LVTTL} [get_ports {csn}]
77set_property -dict {PACKAGE_PIN R14 IOSTANDARD LVTTL} [get_ports {sdi_dq0}]
88set_property -dict {PACKAGE_PIN R15 IOSTANDARD LVTTL} [get_ports {sdo_dq1}]
99set_property -dict {PACKAGE_PIN P14 IOSTANDARD LVTTL} [get_ports {wpn_dq2}]
10- set_property -dict {PACKAGE_PIN P18 IOSTANDARD LVTTL} [get_ports {hldn_dq3}]
10+ set_property -dict {PACKAGE_PIN N14 IOSTANDARD LVTTL} [get_ports {hldn_dq3}]
1111
12+ create_clock -period 33.000 -name jtag_tck -waveform {0.000 16.500} [get_pins bscane2_inst/DRCK]}
You can’t perform that action at this time.
0 commit comments