Advertisement
AbraaoAllysson

genPat-Fetch

Jun 16th, 2016
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1.  
  2. -- description generated by Pat driver
  3.  
  4. -- date : Thu Jun 16 00:40:49 2016
  5. -- revision : v109
  6.  
  7. -- sequence : fsm_fetch
  8.  
  9. -- input / output list :
  10. in clk B;;;
  11. in rst B;;;
  12. in pc (31 downto 0) B;;;
  13. in srca (31 downto 0) B;;;
  14. in srcb (31 downto 0) B;;;
  15. out adr (31 downto 0) B;;;
  16. out instr (31 downto 0) B;;;
  17. out aluresult (31 downto 0) B;;;
  18. in pcn (31 downto 0) B;;;
  19. in vdd B;;;
  20. in vss B;;;
  21.  
  22. begin
  23.  
  24. -- Pattern description :
  25.  
  26. -- c r p s s a i a p v v
  27. -- l s c r r d n l c d s
  28. -- k t c c r s u n d s
  29. -- a b t r
  30. -- r e
  31. -- s
  32. -- u
  33. -- l
  34. -- t
  35.  
  36.  
  37. -- Beware : unprocessed patterns
  38.  
  39. < 0 ps>Fetch_0 : 0 1 00000000000000000000000000000000 00000000000000000000000000000000 00000000000000000000000000000100 ?00000000000000000000000000000000 ?00000000000000000000000000000000 ?00000000000000000000000000000100 00000000000000000000000000000000 1 0 ;
  40. < 1 ps>Fetch_1 : 1 0 00000000000000000000000000000100 00000000000000000000000000000000 00000000000000000000000000000100 ?00000000000000000000000000000000 ?00000000000000000000000000100000 ?00000000000000000000000000000100 00000000000000000000000000000100 1 0 ;
  41. < 2 ps>Fetch_2 : 0 0 00000000000000000000000000000100 00000000000000000000000000000100 00000000000000000000000000000100 ?00000000000000000000000000000100 ?00000000000000000000000000100000 ?00000000000000000000000000001000 00000000000000000000000000000100 1 0 ;
  42. < 3 ps>Fetch_3 : 1 0 00000000000000000000000000001000 00000000000000000000000000000100 00000000000000000000000000000100 ?00000000000000000000000000000100 ?00000000000000000000000000100100 ?00000000000000000000000000001000 00000000000000000000000000001000 1 0 ;
  43. < 4 ps>Fetch_4 : 0 0 00000000000000000000000000001000 00000000000000000000000000001000 00000000000000000000000000000100 ?00000000000000000000000000001000 ?00000000000000000000000000100100 ?00000000000000000000000000001100 00000000000000000000000000001000 1 0 ;
  44. < 5 ps>Fetch_5 : 1 0 00000000000000000000000000001100 00000000000000000000000000001000 00000000000000000000000000000100 ?00000000000000000000000000001000 ?00000000000000000000000000101010 ?00000000000000000000000000001100 00000000000000000000000000001100 1 0 ;
  45. < 6 ps>Fetch_6 : 0 0 00000000000000000000000000001100 00000000000000000000000000001100 00000000000000000000000000000100 ?00000000000000000000000000001100 ?00000000000000000000000000101010 ?00000000000000000000000000010000 00000000000000000000000000001100 1 0 ;
  46. < 7 ps>Fetch_7 : 1 0 00000000000000000000000000010000 00000000000000000000000000001100 00000000000000000000000000000100 ?00000000000000000000000000001100 ?00100000000000000000000000100000 ?00000000000000000000000000010000 00000000000000000000000000010000 1 0 ;
  47. < 8 ps> : 0 0 00000000000000000000000000010000 00000000000000000000000000010000 00000000000000000000000000000100 ?00000000000000000000000000010000 ?00100000000000000000000000100000 ?00000000000000000000000000010100 00000000000000000000000000010000 1 0 ;
  48.  
  49. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement