Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
RX MAC: [BUGFIX] Fix data response signal. Fix bug when read from reg…
Browse files Browse the repository at this point in the history
… after read from cam write to much responses
  • Loading branch information
radek-isa committed Sep 24, 2024
1 parent d96cb16 commit 0ff37b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comp/nic/mac_lite/rx_mac_lite/comp/ctrl_unit/ctrl_unit.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ begin
s_cam_re_reg0 <= '0';
s_cam_re_reg1 <= '0';
else
s_mi_rd_reg <= s_mi_rd;
s_mi_rd_reg <= s_mi_rd and s_cam_rdy;
s_mi_drdy <= s_mi_rd_reg;
s_cam_re_reg0 <= s_cam_re;
s_cam_re_reg1 <= s_cam_re_reg0;
Expand Down

0 comments on commit 0ff37b5

Please sign in to comment.