According to Arty_Master.xdc pin for board1_rst is 28
set_property -dict { PACKAGE_PIN M13 IOSTANDARD LVCMOS33 } [get_ports { board1_rst }]; #IO_L6N_T0_D08_VREF_14 Sch=ck_io[28]
According to README rst is PIN27 on Arty which is also "board1_tx - UART tx"
IO[27]: board1_rst - target reset, connect to the JTAG reset pin
This should be changed to
IO[28]: board1_rst - target reset, connect to the JTAG reset pin
According to Arty_Master.xdc pin for board1_rst is 28
set_property -dict { PACKAGE_PIN M13 IOSTANDARD LVCMOS33 } [get_ports { board1_rst }]; #IO_L6N_T0_D08_VREF_14 Sch=ck_io[28]According to README rst is PIN27 on Arty which is also "board1_tx - UART tx"
IO[27]: board1_rst - target reset, connect to the JTAG reset pinThis should be changed to
IO[28]: board1_rst - target reset, connect to the JTAG reset pin