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

Add a way to specify I/O port attributes at the time of buffer instantiation #1467

Open
whitequark opened this issue Jul 29, 2024 · 0 comments

Comments

@whitequark
Copy link
Member

Right now this is only possible when creating a Resource; however, there are many attributes (e.g. SLEW_RATE) which should be configured by the I/O component rather than the toplevel or the board file.

This could be done via the platform, e.g. using platform.add_port_attribute(port, "SLEW_RATE", "FAST") where port could be a SingleEndedPort or DifferentialPort with IOPorts that the platform recognizes.

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

No branches or pull requests

1 participant