79123270

Date: 2024-10-24 18:46:12
Score: 1
Natty:
Report link

I just finished your solution today, and the only mistake was that the load signal should depend on enable too.

assign c_load = (reset || (Q == 4'hc && enable)) ? 1 : 0;

With this little modification the signals became correct.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Miklós Takács