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

rev 1.4: Make tristate ports top-level #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jack-h
Copy link
Collaborator

@jack-h jack-h commented May 26, 2022

  • Break out I/O/T ports to top level, to prevent an issue
    where Xilinx won't infer tristate buffers for bidirectional
    ports into out-of-context compiled IP.
  • Expose ethernet Link/activity LEDs

- Break out I/O/T ports to top level, to prevent an issue
  where Xilinx won't infer tristate buffers for bidirectional
  ports into out-of-context compiled IP.
- Expose ethernet Link/activity LEDs
@jack-h
Copy link
Collaborator Author

jack-h commented May 26, 2022

Check you're happy with the port naming conventions -- I use _i, _o, and _t_o, since the latter is still an output. Maybe simply _t would be better?
I also renamed input reset_i to reset_n_i to make it clear it is active low, and exposed some LEDs (which seem to work on my board).
Obviously this change will break your firmware until you change your instantiation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant