-
Notifications
You must be signed in to change notification settings - Fork 778
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
[top_earlgrey,pinmux] Add input disable pad attribute #23042
[top_earlgrey,pinmux] Add input disable pad attribute #23042
Conversation
It seems that those files were outdated. Signed-off-by: Andreas Kurth <[email protected]>
b858a61
to
b775813
Compare
hw/ip/prim_xilinx_ultrascale/rtl/prim_xilinx_ultrascale_pad_wrapper.sv
Outdated
Show resolved
Hide resolved
48d21dd
to
e638314
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IBUF_IBUFDISABLE turns out to only be particularly useful for HSTL, SSTL, and other V_REF-using IOSTANDARDs, so we can just drop the primitive, I think. If CI passes, though, leaving it in also seems fine.
It was my mistake to encourage actually supporting turning off buffers on the FPGA.
Signed-off-by: Andreas Kurth <[email protected]>
e638314
to
808336a
Compare
This PR adds an input disable attribute for pads that are controlled through pinmux. A later PR will add the attribute to manually instantiated pads (probably through sensor_ctrl).
This contributes to resolving #22990.