Guest User

Untitled

a guest
Jul 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. module ( input a, b,
  2. output sum, cout)
  3.  
  4. assign {cout,sum} = a + b;
  5.  
  6. endmodule
Add Comment
Please, Sign In to add comment