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

IO Buffer Instantiation Override #115

Closed
nmigen-issue-migration opened this issue Jun 27, 2019 · 2 comments
Closed

IO Buffer Instantiation Override #115

nmigen-issue-migration opened this issue Jun 27, 2019 · 2 comments
Labels

Comments

@nmigen-issue-migration
Copy link

Issue by peteut
Thursday Jun 27, 2019 at 15:08 GMT
Originally opened as m-labs/nmigen#110


What is the envisaged way to override IO buffers instantiation, like IBUFS_GTE2 for Xilinx_Family7?
For now, I reverted 3fc5f17 in my branch to allow for direct instantiation of buffers.

@nmigen-issue-migration
Copy link
Author

Comment by whitequark
Thursday Jun 27, 2019 at 22:52 GMT


platform.request("foo", dir="-") gives you an inout (or a p, n diffpair) that isn't connected to a buffer.

@nmigen-issue-migration
Copy link
Author

Comment by peteut
Friday Jun 28, 2019 at 06:28 GMT


That perfect, thanks @whitequark.

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

No branches or pull requests

1 participant