Commit 1920f83
authored
library/util_axis_fifo_asym: fix internal fifo (#1907)
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 <[email protected]>1 parent a13d49c commit 1920f83
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
| 121 | + | |
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
| |||
0 commit comments