79421194

Date: 2025-02-07 14:30:18
Score: 1.5
Natty:
Report link

Your empty and full flags works 1 cycle delayed. Use these condition flags combinational as

assign full = count == DEPTH-1; assign empty = count == 0;

your problems will be fixed.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Erkmen