79812194

Date: 2025-11-07 10:20:24
Score: 2
Natty:
Report link

the "if (clk'event and clk='1')" are used to detect transition from ("U" to '1') or ("X" to '1') or ('0' to '1') or ("H" to '1')

where as rising_edge(clk) is used to detect transition from ('0' to '1')

So based on the requirement the respective commands shall be used

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: SURESHKUMAR GOVINDARAJU