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

Commit

Permalink
Merge branch 'isa_mac_fix' into 'main'
Browse files Browse the repository at this point in the history
RX MAC: [BUGFIX] Fix data response signal. Fix bug when read from reg after...

See merge request ndk/ofm!422
  • Loading branch information
jakubcabal committed Sep 26, 2024
2 parents d96cb16 + 0ff37b5 commit 88524df
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 88524df

Please sign in to comment.