Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. LD_B <= '1' when stare_curenta = idle else
  2. '0';
  3. RST_A <= '1' when stare_curenta = idle else
  4. '0';
  5. LD_Q <= '1' when stare_curenta = idle else
  6. '0';
  7. SHR_Q <= '1' when stare_curenta = shift and N>0 else
  8. '0';
  9. TERM <= '1' when stare_curenta = stop else
  10. '0';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement