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 the FC block will disable immediately if the enable is deasserted. Its possible for a user to do this operation while data is running. So we want to add a way to allow all application logic to finish sending (A2L fifo is empty, a2l_fc_replay.llink.valid is low).
May also need to block the a2l.ready signal in this case.
The text was updated successfully, but these errors were encountered:
Right now the FC block will disable immediately if the enable is deasserted. Its possible for a user to do this operation while data is running. So we want to add a way to allow all application logic to finish sending (A2L fifo is empty,
a2l_fc_replay.llink.valid
is low).May also need to block the
a2l.ready
signal in this case.The text was updated successfully, but these errors were encountered: