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
Currently fasm2frames looks for a *STEPDOWN feature in each used IOB tile. When its found its replicated for the rest of the IO bank of that tile. However, this is done basing on package_pinmap.csv which holds only bonded IOBs so the feature is not replicated for the unbonded ones.
Vivado emits *STEPDOWN (whenever necessary) for the whole IO bank regardless of whether IOBs are bonded or not. fasm2frames should too.
The text was updated successfully, but these errors were encountered:
Currently
fasm2frames
looks for a*STEPDOWN
feature in each used IOB tile. When its found its replicated for the rest of the IO bank of that tile. However, this is done basing onpackage_pinmap.csv
which holds only bonded IOBs so the feature is not replicated for the unbonded ones.Vivado emits
*STEPDOWN
(whenever necessary) for the whole IO bank regardless of whether IOBs are bonded or not.fasm2frames
should too.The text was updated successfully, but these errors were encountered: