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
q2nextTemp <= (notq2 and notq1 and notq0) or (notq2 and notq1 and notud) or (notq2 and notq0 and notud) or (q2 and notq0 and ud) or (q2 and q0 and notud);
muxInput2 <= resetState(2) & q2nextTemp;
mux2: MUX_2by1 port map (En => '1', I => muxInput2, S => resetn, Y => q2next);