1
0
mirror of https://github.com/antonblanchard/chiselwatt.git synced 2026-03-06 11:24:02 +00:00
Files
antonblanchard.chiselwatt/constraints/nexys-video.xdc
Anton Blanchard ca3e38c194 FuseSoC Nexys Video support
Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
2020-02-06 21:13:06 +11:00

20 lines
920 B
Tcl

set_property -dict {PACKAGE_PIN R4 IOSTANDARD LVCMOS33} [get_ports clock]
create_clock -period 10.000 -name sys_clk_pin -waveform {0.000 5.000} -add [get_ports clock]
set_property -dict {PACKAGE_PIN G4 IOSTANDARD LVCMOS15} [get_ports reset]
set_property -dict {PACKAGE_PIN AA19 IOSTANDARD LVCMOS33} [get_ports io_tx]
set_property -dict {PACKAGE_PIN V18 IOSTANDARD LVCMOS33} [get_ports io_rx]
set_property -dict { PACKAGE_PIN T14 IOSTANDARD LVCMOS25 } [get_ports { io_terminate }]
set_property -dict { PACKAGE_PIN T15 IOSTANDARD LVCMOS25 } [get_ports { io_ledB }]
set_property -dict { PACKAGE_PIN T16 IOSTANDARD LVCMOS25 } [get_ports { io_ledC }]
set_property CONFIG_VOLTAGE 3.3 [current_design]
set_property CFGBVS VCCO [current_design]
set_property BITSTREAM.GENERAL.COMPRESS TRUE [current_design]
set_property BITSTREAM.CONFIG.CONFIGRATE 33 [current_design]
set_property CONFIG_MODE SPIx4 [current_design]