Advertisement
Guest User

Untitled

a guest
May 23rd, 2016
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VHDL 0.08 KB | None | 0 0
  1.     if (txIdle = '0') then
  2.         characterReceivedByTX := '1';
  3.         txStart <= '0';
  4.     end if;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement