Skip to content

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

Open
@whitequark

Description

@whitequark

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions