ZirconiumX

Untitled

Oct 28th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.20 KB | None | 0 0
  1. abc -luts 6,6,6,1,2,4:
  2.  
  3. === aoR3000 ===
  4.  
  5. Number of wires: 60987
  6. Number of wire bits: 215626
  7. Number of public wires: 939
  8. Number of public wire bits: 12061
  9. Number of memories: 0
  10. Number of memory bits: 0
  11. Number of processes: 0
  12. Number of cells: 14928
  13. $__MISTRAL_MLAB 128
  14. MISTRAL_FF 2750
  15. MISTRAL_LUT4 7428
  16. MISTRAL_LUT5 3862
  17. MISTRAL_LUT6 759
  18. MISTRAL_NOT 1
  19.  
  20. abc9 -luts 6,6,6,1,2,4 (attempt 1):
  21.  
  22. === aoR3000 ===
  23.  
  24. Number of wires: 239412
  25. Number of wire bits: 412390
  26. Number of public wires: 939
  27. Number of public wire bits: 12061
  28. Number of memories: 0
  29. Number of memory bits: 0
  30. Number of processes: 0
  31. Number of cells: 17163
  32. $__MISTRAL_MLAB 128
  33. MISTRAL_FF 2750
  34. MISTRAL_LUT4 9159
  35. MISTRAL_LUT5 4447
  36. MISTRAL_LUT6 679
  37.  
  38. abc9 -luts 4:6 (attempt 2):
  39.  
  40. === aoR3000 ===
  41.  
  42. Number of wires: 239103
  43. Number of wire bits: 402672
  44. Number of public wires: 939
  45. Number of public wire bits: 12061
  46. Number of memories: 0
  47. Number of memory bits: 0
  48. Number of processes: 0
  49. Number of cells: 17060
  50. $__MISTRAL_MLAB 128
  51. MISTRAL_FF 2750
  52. MISTRAL_LUT4 11419
  53. MISTRAL_LUT5 2442
  54. MISTRAL_LUT6 321
  55.  
  56. abc9 -luts 4:6 (attempt 3, after inlining synth):
  57.  
  58. === aoR3000 ===
  59.  
  60. Number of wires: 37771
  61. Number of wire bits: 86592
  62. Number of public wires: 512
  63. Number of public wire bits: 8988
  64. Number of memories: 0
  65. Number of memory bits: 0
  66. Number of processes: 0
  67. Number of cells: 15953
  68. $__MISTRAL_MLAB 128
  69. MISTRAL_FF 2675
  70. MISTRAL_LUT4 10755
  71. MISTRAL_LUT5 1985
  72. MISTRAL_LUT6 410
  73.  
  74. abc9 -luts 4:6 (attempt 4, after adding DFF improvements):
  75.  
  76. === aoR3000 ===
  77.  
  78. Number of wires: 32754
  79. Number of wire bits: 75220
  80. Number of public wires: 536
  81. Number of public wire bits: 8610
  82. Number of memories: 0
  83. Number of memory bits: 0
  84. Number of processes: 0
  85. Number of cells: 13687
  86. $__MISTRAL_MLAB 128
  87. MISTRAL_FF 2255
  88. MISTRAL_LUT4 9272
  89. MISTRAL_LUT5 1655
  90. MISTRAL_LUT6 377
  91.  
  92. Quartus, for comparison:
  93.  
  94. +-----------------------------------------------------+
  95. ; Post-Synthesis Netlist Statistics for Top Partition ;
  96. +-----------------------+-----------------------------+
  97. ; Type ; Count ;
  98. +-----------------------+-----------------------------+
  99. ; arriav_ff ; 6333 ;
  100. ; CLR ; 669 ;
  101. ; CLR SCLR ; 48 ;
  102. ; CLR SLD ; 185 ;
  103. ; ENA ; 3267 ;
  104. ; ENA CLR ; 671 ;
  105. ; ENA CLR SCLR ; 705 ;
  106. ; ENA CLR SLD ; 152 ;
  107. ; plain ; 636 ;
  108. ; arriav_lcell_comb ; 5665 ;
  109. ; arith ; 480 ;
  110. ; 0 data inputs ; 2 ;
  111. ; 1 data inputs ; 305 ;
  112. ; 2 data inputs ; 77 ;
  113. ; 5 data inputs ; 96 ;
  114. ; extend ; 844 ;
  115. ; 7 data inputs ; 844 ;
  116. ; normal ; 4277 ;
  117. ; 0 data inputs ; 1 ;
  118. ; 1 data inputs ; 9 ;
  119. ; 2 data inputs ; 199 ;
  120. ; 3 data inputs ; 483 ;
  121. ; 4 data inputs ; 691 ;
  122. ; 5 data inputs ; 1092 ;
  123. ; 6 data inputs ; 1802 ;
  124. ; shared ; 64 ;
  125. ; 0 data inputs ; 1 ;
  126. ; 1 data inputs ; 31 ;
  127. ; 2 data inputs ; 32 ;
  128. ; arriav_mac ; 3 ;
  129. ; boundary_port ; 115 ;
  130. ; stratixv_ram_block ; 239 ;
  131. ; ; ;
  132. ; Max LUT depth ; 18.00 ;
  133. ; Average LUT depth ; 6.73 ;
  134. +-----------------------+-----------------------------+
Add Comment
Please, Sign In to add comment