Skip to content
New issue

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

Reset active by default on Nexys A7 #593

Open
davidmallasen opened this issue Oct 10, 2024 · 1 comment
Open

Reset active by default on Nexys A7 #593

davidmallasen opened this issue Oct 10, 2024 · 1 comment
Labels
fpga fpga related issue

Comments

@davidmallasen
Copy link
Member

On the Nexys A7, @luispimo realized that the jtag_trst_ni is connected to switch 0, so than reset is active by default.

set_property -dict {PACKAGE_PIN J15 IOSTANDARD LVCMOS33} [get_ports {jtag_trst_ni}]; #IO_L24N_T3_RS0_15 Sch=sw[0]

This can be confusing unless you read the pin assign, so we could either fix this by mapping this reset to a button (high by default) or at least by documenting this in the RunOnFPGA.

@davideschiavone
Copy link
Member

We may want to invert the polarity in the wrapper so that by default is not active, or indeed assign it to a button.

Feel free to suggest and make a modification

@davideschiavone davideschiavone added the fpga fpga related issue label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fpga fpga related issue
Projects
None yet
Development

No branches or pull requests

2 participants