Advertisement
ZirconiumX

Untitled

Jan 11th, 2020
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. null_if_double_check.eq(((check_from & (check_from - 1)) - 1) >> 63),
  2.  
  3. Interconnect = 200
  4. (check_from - 1) = 1039 + 62*23 + 355 = 2820
  5. Interconnect = 200
  6. (check_from & ^^) = 300
  7. Interconnect = 200
  8. (^^ - 1) = 1039 + 62*23 + 355 = 2820
  9. Interconnect = 200
  10. = 6540ps
  11.  
  12. null_if_double_check.eq(Repl((check_from & (check_from - 1)).bool(), 64)),
  13.  
  14. Interconnect = 200
  15. (check_from - 1) = 1039 + 62*23 + 355 = 2820
  16. Interconnect = 200
  17. (check_from & ^^) = 300
  18. Interconnect = 200
  19. LUT6 (64 -> 11) = 605
  20. Interconnect = 200
  21. LUT6 (11 -> 2) = 605
  22. Interconnect = 200
  23. LUT2 (2 -> 1) = 300
  24. Interconnect = 200
  25. = 5840ps
  26.  
  27. tnt's idea
  28.  
  29. Interconnect = 200
  30. LUT6 (64 -> 22) = 605
  31. Interconnect = 200
  32. LUT6 (22 -> 4) = 605
  33. Interconnect = 200
  34. LUT4 (4 -> 1) = 462
  35. Interconnect = 200
  36. = 2272ps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement