Advertisement
Guest User

Untitled

a guest
May 14th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. module  (MOTION,TEMP,KLIMA);
  2. input MOTION,TEMP;
  3. output KLIMA;
  4. and(KLIMA,TEMP,MOTION);
  5. endmodule
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement