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
The round robin arbiter stores the last grant used to mark the priority as a binary-encoded signal. This means the timing path has to go through a bin2onehot encoder and then back through onehot2bin encoder before getting updated. We should change to saving the onehot-encoded priority state instead of improve timing.
The text was updated successfully, but these errors were encountered:
The round robin arbiter stores the last grant used to mark the priority as a binary-encoded signal. This means the timing path has to go through a bin2onehot encoder and then back through onehot2bin encoder before getting updated. We should change to saving the onehot-encoded priority state instead of improve timing.
The text was updated successfully, but these errors were encountered: