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
When transferring the module to vhdl, it turns out that if you specify reset in the sensitivity list when using always_seq, then it simply cleans it up and leaves only clk
He also does not understand how to correctly transfer the ResetSignal construction, since he understands both the initial value and the active one as the same thing, which is why the condition loops simply
The text was updated successfully, but these errors were encountered:
When transferring the module to vhdl, it turns out that if you specify reset in the sensitivity list when using always_seq, then it simply cleans it up and leaves only clk
He also does not understand how to correctly transfer the ResetSignal construction, since he understands both the initial value and the active one as the same thing, which is why the condition loops simply
The text was updated successfully, but these errors were encountered: