Advertisement
AbraaoAllysson

registrado1bit

May 11th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1.  
  2. -- description generated by Pat driver
  3.  
  4. -- date : Tue Nov 3 09:38:32 2015
  5. -- revision : v109
  6.  
  7. -- sequence : registrador_1bit
  8.  
  9. -- input / output list :
  10. in clk B;;;
  11. in d B;;;
  12. in rst B;;;
  13. in en B;;;
  14. in q B;;;
  15. in vdd B;;;
  16. in vss B;;;
  17.  
  18. begin
  19.  
  20. -- Pattern description :
  21.  
  22. -- c d r e q v v
  23. -- l s n d s
  24. -- k t d s
  25.  
  26.  
  27. -- Beware : unprocessed patterns
  28.  
  29. < 0 ps>REGISTER_0 : 0 0 0 0 0 1 0 ;
  30. < 1 ps> : 0 0 1 0 0 1 0 ;
  31. < 2 ps> : 1 0 1 0 0 1 0 ;
  32. < 3 ps> : 0 1 0 0 0 1 0 ;
  33. < 4 ps> : 1 1 0 0 0 1 0 ;
  34. < 5 ps> : 0 1 0 1 0 1 0 ;
  35. < 6 ps> : 1 1 0 1 1 1 0 ;
  36. < 7 ps> : 0 0 0 0 1 1 0 ;
  37. < 8 ps> : 1 0 0 0 1 1 0 ;
  38. < 9 ps> : 0 0 0 1 1 1 0 ;
  39. < 10 ps> : 1 0 0 1 0 1 0 ;
  40. < 11 ps> : 0 1 0 1 0 1 0 ;
  41. < 12 ps> : 1 1 0 1 1 1 0 ;
  42. < 13 ps> : 0 1 1 1 1 1 0 ;
  43. < 14 ps> : 1 1 1 1 0 1 0 ;
  44. < 15 ps> : 0 1 0 1 0 1 0 ;
  45.  
  46. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement