You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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")
whereport
could be aSingleEndedPort
orDifferentialPort
withIOPort
s that the platform recognizes.The text was updated successfully, but these errors were encountered: