WIP 100BASE-TX PHY
Go to file
Sean Anderson acfd5f62d2 replay_buffer: Fix s_ptr passing m_ptr
The condition for determining s_axis_ready only looks at whether we are
currently full, not whether we will be full on the next cycle (which is
what matters). Make it take into account whether we are going to
increment s_ptr during the current cycle. Also increase the ratio to
ensure we trigger this case, as a ration of 2 doesn't make the slave
slow enough to catch this.

Fixes: 52325f2 ("Add AXI stream replay buffer")
Signed-off-by: Sean Anderson <seanga2@gmail.com>
2023-01-02 18:47:07 -05:00
LICENSES Add licenses 2022-11-05 12:50:12 -04:00
rtl replay_buffer: Fix s_ptr passing m_ptr 2023-01-02 18:47:07 -05:00
tb replay_buffer: Fix s_ptr passing m_ptr 2023-01-02 18:47:07 -05:00
.gitignore Add some more files to gitignore 2022-11-05 12:52:57 -04:00
4b5b.gtkw Initial commit 2022-05-23 20:57:03 -04:00
CONTRIBUTING Add licenses 2022-11-05 12:50:12 -04:00
COPYING Add licenses 2022-11-05 12:50:12 -04:00
Makefile Add DP83223-based PMD 2022-11-30 18:14:23 -05:00