We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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]
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
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
IO[28]: board1_rst - target reset, connect to the JTAG reset pin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: