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 internal i_fifo is relying on the default value
for the REMOVE_NULL_BEAT_EN, which is disabled. Signals
full, empty, almost full, almost empty will only work
when this parameter is disabled.
Otherwise, it would be necessary to define a new policy
to define how that is presented to the user.
This commit forces REMOVE_NULL_BEAT_EN to be disabled in
its i_fifo instance.
Signed-off-by: Carlos Souza <carlos.souza@analog.com>
0 commit comments