Advertisement
AbraaoAllysson

Decodificador- em pat

May 11th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1.  
  2. -- description generated by Pat driver
  3.  
  4. -- date : Tue May 3 15:55:53 2016
  5. -- revision : v109
  6.  
  7. -- sequence : decodificador_5_32
  8.  
  9. -- input / output list :
  10. in s (4 downto 0) B;;;
  11. out y (31 downto 0) B;;;
  12. in vdd B;;;
  13. in vss B;;;
  14.  
  15. begin
  16.  
  17. -- Pattern description :
  18.  
  19. -- s y v v
  20. -- d s
  21. -- d s
  22.  
  23.  
  24. -- Beware : unprocessed patterns
  25.  
  26. < 0 ps>DECODIFICADOR_0 : 00000 ?00000000000000000000000000000001 1 0 ;
  27. < 1 ps> : 00001 ?00000000000000000000000000000010 1 0 ;
  28. < 2 ps> : 00010 ?00000000000000000000000000000100 1 0 ;
  29. < 3 ps> : 00011 ?00000000000000000000000000001000 1 0 ;
  30. < 4 ps> : 00100 ?00000000000000000000000000010000 1 0 ;
  31. < 5 ps> : 00101 ?00000000000000000000000000100000 1 0 ;
  32. < 6 ps> : 00110 ?00000000000000000000000001000000 1 0 ;
  33. < 7 ps> : 00111 ?00000000000000000000000010000000 1 0 ;
  34. < 8 ps> : 01000 ?00000000000000000000000100000000 1 0 ;
  35. < 9 ps> : 01001 ?00000000000000000000001000000000 1 0 ;
  36. < 10 ps> : 01010 ?00000000000000000000010000000000 1 0 ;
  37. < 11 ps> : 01011 ?00000000000000000000100000000000 1 0 ;
  38. < 12 ps> : 01100 ?00000000000000000001000000000000 1 0 ;
  39. < 13 ps> : 01101 ?00000000000000000010000000000000 1 0 ;
  40. < 14 ps> : 01110 ?00000000000000000100000000000000 1 0 ;
  41. < 15 ps> : 01111 ?00000000000000001000000000000000 1 0 ;
  42. < 16 ps> : 10000 ?00000000000000010000000000000000 1 0 ;
  43. < 17 ps> : 10001 ?00000000000000100000000000000000 1 0 ;
  44. < 18 ps> : 10010 ?00000000000001000000000000000000 1 0 ;
  45. < 19 ps> : 10011 ?00000000000010000000000000000000 1 0 ;
  46. < 20 ps> : 10100 ?00000000000100000000000000000000 1 0 ;
  47. < 21 ps> : 10101 ?00000000001000000000000000000000 1 0 ;
  48. < 22 ps> : 10110 ?00000000010000000000000000000000 1 0 ;
  49. < 23 ps> : 10111 ?00000000100000000000000000000000 1 0 ;
  50. < 24 ps> : 11000 ?00000001000000000000000000000000 1 0 ;
  51. < 25 ps> : 11001 ?00000010000000000000000000000000 1 0 ;
  52. < 26 ps> : 11010 ?00000100000000000000000000000000 1 0 ;
  53. < 27 ps> : 11011 ?00001000000000000000000000000000 1 0 ;
  54. < 28 ps> : 11100 ?00010000000000000000000000000000 1 0 ;
  55. < 29 ps> : 11101 ?00100000000000000000000000000000 1 0 ;
  56. < 30 ps> : 11110 ?01000000000000000000000000000000 1 0 ;
  57. < 31 ps> : 11111 ?10000000000000000000000000000000 1 0 ;
  58.  
  59. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement