You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I've encountered a rather peculiar issue. According to the code logic, when reset is set to 1, start_count, counter, start_count_del, and tx_ack should all be set to 0. However, the counterexample provided does not reflect this. Instead, it shows values that do not align with the code logic, leading to the assertion failure. I am quite puzzled as to why this is happening.
Here is the code: ack_counter.zip
Hello,
I've encountered a rather peculiar issue. According to the code logic, when
reset
is set to1
,start_count
,counter
,start_count_del
, andtx_ack
should all be set to0
. However, the counterexample provided does not reflect this. Instead, it shows values that do not align with the code logic, leading to the assertion failure. I am quite puzzled as to why this is happening.Here is the code:
ack_counter.zip
And here is the counterexample:
Thank you for your help!
The text was updated successfully, but these errors were encountered: